UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

9 lines (8 loc) 264 B
export declare function usePopup(props: any, emit?: any): { visible: import('vue').Ref<any, any>; showMode: import('vue').Ref<any, any>; onAfterEnter: () => void; modeHandleClick: () => void; onAfterLeave: () => void; close: () => void; };