Files
QingLong/WebRoot/html/cdn/lib/hooks/use-popper-container/index.d.ts

4 lines
159 B
TypeScript
Raw Normal View History

2025-08-15 09:13:13 +08:00
export declare const POPPER_CONTAINER_ID: string;
export declare const POPPER_CONTAINER_SELECTOR: string;
export declare const usePopperContainer: () => void;