UNPKG

171 BTypeScriptView Raw
1import { InjectionKey } from 'vue';
2export declare const POPUP_TOGGLE_KEY: InjectionKey<() => boolean>;
3export declare function onPopupReopen(callback: () => void): void;