UNPKG

vant

Version:

Mobile UI Components built on Vue

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