UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

6 lines (5 loc) 395 B
import { DataGridProcessedProps } from '../../models/props/DataGridProps'; export type PropValidator<TProps> = (props: TProps) => string | undefined; export declare const propValidatorsDataGrid: PropValidator<DataGridProcessedProps>[]; export declare const validateProps: <TProps>(props: TProps, validators: PropValidator<TProps>[]) => void; export declare const clearWarningsCache: () => void;