UNPKG

@jay19950328/react-hooks

Version:
6 lines (5 loc) 252 B
import React from 'react'; declare type ElementRefType = React.RefObject<React.ReactInstance>; export declare type ElementType = React.ReactInstance | ElementRefType; export default function useElement(element: ElementType): Element | null; export {};