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