UNPKG

196 BTypeScriptView Raw
1import * as React from 'react';
2/** Checks that the passed object is a valid React ref object. */
3declare const isRefObject: (ref: any) => ref is React.RefObject<any>;
4export default isRefObject;