Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

CardHeader

Card heading container.

Import

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

Declaration

export const CardHeader: HostComponent<CardHeaderProps>;

CardHeaderProps

Props accepted by a card header.

export interface CardHeaderProps extends HostComponentProps {}

None.