UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

12 lines (11 loc) 277 B
import { OwnerStateThemeType } from './'; declare const TableCell: () => { MuiTableCell: { styleOverrides: { root: ({ theme }: OwnerStateThemeType) => { borderBottom: string; }; }; }; }; export default TableCell;