4 lines
171 B
TypeScript
4 lines
171 B
TypeScript
import { InjectionKey } from 'vue';
|
|
export declare const POPUP_TOGGLE_KEY: InjectionKey<() => boolean>;
|
|
export declare function onPopupReopen(callback: () => void): void;
|