Files
infocom-systems-design/node_modules/@headlessui/react/dist/hooks/use-owner.d.ts
2025-10-03 22:27:28 +03:00

4 lines
284 B
TypeScript

import { getOwnerDocument, getRootNode } from '../utils/owner.js';
export declare function useOwnerDocument(...args: Parameters<typeof getOwnerDocument>): Document | null;
export declare function useRootDocument(...args: Parameters<typeof getRootNode>): Document | ShadowRoot | null;