UNPKG

@naturacosmeticos/natds-web

Version:

A collection of components from Natura Design System for React websites and webapps

3 lines (2 loc) 168 B
import { GridProps } from '@material-ui/core/Grid'; export declare type IGridContainerProps = Omit<GridProps, 'container' | 'item' | 'lg' | 'md' | 'sm' | 'xl' | 'xs'>;