Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
CardProps
Props accepted by the card root.
Import
import type { CardProps } from "@dartwic/interface-sdk/ui";Declaration
export interface CardProps extends HostComponentProps {}