UNPKG

@naturacosmeticos/natds-web

Version:

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

3 lines (2 loc) 163 B
import { TableRowProps as MaterialTableRowProps } from '@material-ui/core/TableRow/TableRow'; export declare type ITableRowProps = Partial<MaterialTableRowProps>;