Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

CardDescription

Secondary card description text.

Import

import { CardDescription } from "@dartwic/interface-sdk/ui";

Declaration

export const CardDescription: HostComponent<CardDescriptionProps>;

CardDescriptionProps

Props accepted by a card description.

export interface CardDescriptionProps extends HostComponentProps {}

None.