UNPKG

@naturacosmeticos/natds-web

Version:

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

4 lines (3 loc) 194 B
import { TableCellProps } from '@material-ui/core/TableCell'; export declare type TableCellAlign = 'left' | 'center' | 'inherit' | 'right'; export declare type ITableCellProps = TableCellProps;