Files
2025-12-29 14:59:44 +08:00

4 lines
171 B
TypeScript

import { InjectionKey } from 'vue';
export declare const POPUP_TOGGLE_KEY: InjectionKey<() => boolean>;
export declare function onPopupReopen(callback: () => void): void;