data-table-material
Version:
A dynamic and customizable table component for React, built with Material UI & TypeScript.
13 lines (12 loc) • 321 B
TypeScript
import { Theme } from '@mui/material';
export declare const DEFAULT_COL_WIDTH = 150;
export declare const fixedCellStyle: {
minWidth: number;
width: number;
fontWeight: number;
borderBottom: (theme: Theme) => string;
};
export declare const SERIAL_NUMBER_COLUMN: {
_key: string;
label: string;
};