mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 14:01:53 +02:00
2 lines
159 B
TypeScript
2 lines
159 B
TypeScript
import { getOwnerDocument } from '../utils/owner.js';
|
|
export declare function useOwnerDocument(...args: Parameters<typeof getOwnerDocument>): Document | null;
|