on-popup-reopen.d.ts 171 B

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