UNPKG

@mui/x-data-grid

Version:

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

5 lines (4 loc) 160 B
export interface Cancelable { clear(): void; } export declare function throttle<T extends (...args: any[]) => any>(func: T, wait?: number): T & Cancelable;