ckgl/node_modules/vant/es/composables/on-popup-reopen.d.ts
2024-12-21 13:52:42 +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;