UNPKG

@ozen-ui/kit

Version:

React component library

3 lines (2 loc) 187 B
import type { RefObject } from 'react'; export declare const extractRef: <Element extends HTMLElement>(element: RefObject<Element | null> | Element | null | undefined) => Element | null;