Backstage
    Preparing search index...

    Interface ContainerProps

    interface ContainerProps {
        children?: ReactNode;
        className?: string;
        mb?: Responsive<string>;
        mt?: Responsive<string>;
        my?: Responsive<string>;
        pb?: Responsive<string>;
        pt?: Responsive<string>;
        py?: Responsive<string>;
        style?: CSSProperties;
    }
    Index

    Properties

    children?: ReactNode
    className?: string
    mb?: Responsive<string>
    mt?: Responsive<string>
    my?: Responsive<string>
    pb?: Responsive<string>
    pt?: Responsive<string>
    py?: Responsive<string>
    style?: CSSProperties