UNPKG

@mui/x-date-pickers

Version:

The community edition of the Date and Time Picker components (MUI X).

5 lines (4 loc) 248 B
export declare const buildDeprecatedPropsWarning: (message: string | string[]) => (deprecatedProps: { [key: string]: any; }) => void; export declare const buildWarning: (message: string | string[], gravity?: 'warning' | 'error') => () => void;