UNPKG

@stardust-ui/react-component-ref

Version:
5 lines (4 loc) 196 B
import * as React from 'react'; /** Checks that the passed object is a valid React ref object. */ declare const isRefObject: (ref: any) => ref is React.RefObject<any>; export default isRefObject;