UNPKG

@cmk/fe_utils

Version:
6 lines (4 loc) 163 B
import { BoxProps } from '@mui/material'; import { FC } from 'react'; export type GridProps = Omit<BoxProps, 'display'>; export declare const Grid: FC<BoxProps>;