UNPKG

@mui/x-data-grid

Version:

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

1 lines 146 B
export declare function useRunOncePerLoop<T extends (...args: any[]) => void>(callback: T, nextFrame?: boolean): (...args: Parameters<T>) => void;