UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

5 lines (4 loc) 288 B
type LiteralUnion<LiteralType, BaseType> = LiteralType | (BaseType & Record<never, never>); export type GridNativeColTypes = 'string' | 'number' | 'date' | 'dateTime' | 'boolean' | 'singleSelect' | 'actions'; export type GridColType = LiteralUnion<GridNativeColTypes, string>; export {};