@xylabs/sdk-react
    Preparing search index...

    Interface DataCardProps

    interface DataCardProps {
        cardContent?: ReactNode;
        dataDescription?: string;
        headerTitle?: string;
        size?: "small" | "medium" | "large";
    }

    Hierarchy (View Summary)

    Index

    Properties

    cardContent?: ReactNode
    dataDescription?: string
    headerTitle?: string
    size?: "small" | "medium" | "large"