Home > @uniformdev/design-system > CardContainerProps
CardContainerProps type
Signature:
type CardContainerProps = React$1.HTMLAttributes<HTMLDivElement> & {
bgColor?: CardContainerBgColorProps;
children?: React$1.ReactNode;
padding?: boolean;
withLastColumn?: boolean;
};
References: CardContainerBgColorProps