Home > @uniformdev/design-system > ContainerProps

ContainerProps type

Signature:

type ContainerProps = CommonContainerProps & React$1.HTMLAttributes<HTMLDivElement> & {
    tag?: HtmlTagProps;
    children: React$1.ReactNode;
};