Home > @uniformdev/design-system > ObjectGridContainerProps
ObjectGridContainerProps type
Signature:
type ObjectGridContainerProps = {
gridCount?: string | number;
children: React.ReactNode;
};
Home > @uniformdev/design-system > ObjectGridContainerProps
Signature:
type ObjectGridContainerProps = {
gridCount?: string | number;
children: React.ReactNode;
};