Home > @uniformdev/design-system > TwoColumnLayoutProps
TwoColumnLayoutProps type
Signature:
type TwoColumnLayoutProps = {
bgColor?: 'var(--white)' | 'var(--gray-50)';
supportingContent?: ReactNode;
children?: ReactNode;
invertLayout?: boolean;
};