UNPKG

203 BTypeScriptView Raw
1import * as React from 'react';
2/** Creates a React ref object from existing DOM node. */
3declare const toRefObject: <T extends Node | Window>(node: T) => React.RefObject<T>;
4export default toRefObject;