Files
QingLong/WebRoot/html/cdn/lib/hooks/use-popper-container/index.d.ts
2025-08-15 09:13:13 +08:00

4 lines
159 B
TypeScript

export declare const POPPER_CONTAINER_ID: string;
export declare const POPPER_CONTAINER_SELECTOR: string;
export declare const usePopperContainer: () => void;