Some checks are pending
Deploy Volleyball CMS / deploy (push) Waiting to run
3 lines
191 B
TypeScript
3 lines
191 B
TypeScript
import type { MutableRefObject } from 'react';
|
|
export declare function getOwnerDocument<T extends Element | MutableRefObject<Element | null>>(element: T | null | undefined): Document | null;
|