UNPKG

117 BTypeScriptView Raw
1import * as React from 'react';
2export default function useLazyRef<T>(callback: () => T): React.MutableRefObject<T>;