interface CardListProps {
    data?: CardProps[];
    emptyDescription?: string;
    globalCardProps?: CardProps;
    isLoading?: boolean;
    numCol: ResponsiveArray<number>;
    type: ResponsiveArray<ListType>;
}

Properties

data?: CardProps[]
emptyDescription?: string
globalCardProps?: CardProps
isLoading?: boolean
numCol: ResponsiveArray<number>

Generated using TypeDoc