UNPKG

@naturacosmeticos/natds-web

Version:

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

3 lines (2 loc) 140 B
import { GridProps } from '@material-ui/core/Grid'; export declare type IGridItemProps = Omit<GridProps, 'container' | 'item' | 'spacing'>;