UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

9 lines (8 loc) 364 B
import type { DataGridProProps } from '@mui/x-data-grid-pro'; /** * Props for the DataTable component. Extends MUI X DataGridPro props; OUI sets * sensible defaults (header/row height, borders, base checkbox, empty overlay) * that consumers can still override, including per-key `slots` merging. */ export interface DataTableProps extends DataGridProProps { }