UNPKG

@mui/x-data-grid

Version:

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

7 lines (6 loc) 174 B
export interface Logger { debug: (...args: any[]) => void; info: (...args: any[]) => void; warn: (...args: any[]) => void; error: (...args: any[]) => void; }