UNPKG

@mui/x-data-grid

Version:

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

3 lines (2 loc) 248 B
export declare const buildWarning: (message: string | string[], gravity?: 'warning' | 'error') => () => void; export declare const wrapWithWarningOnCall: <F extends Function>(method: F, message: string | string[]) => F | ((...args: any[]) => any);