Backstage
    Preparing search index...

    Variable GridConst

    Grid: {
        Item: ForwardRefExoticComponent<
            GridItemProps & RefAttributes<HTMLDivElement>,
        >;
        Root: ForwardRefExoticComponent<GridProps & RefAttributes<HTMLDivElement>>;
    } = ...

    Type Declaration

    • Item: ForwardRefExoticComponent<GridItemProps & RefAttributes<HTMLDivElement>>
    • Root: ForwardRefExoticComponent<GridProps & RefAttributes<HTMLDivElement>>