UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

3 lines (2 loc) 136 B
import * as React from 'react'; export declare function useLazyRef<T, U>(init: (arg?: U) => T, initArg?: U): React.MutableRefObject<T>;