UNPKG

@mui/x-data-grid

Version:

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

5 lines 182 B
import * as React from 'react'; /** * Runs an effect once, when `condition` is true. */ export declare const useRunOnce: (condition: boolean, effect: React.EffectCallback) => void;