UNPKG

@vuesax-alpha/nightly

Version:
7 lines (6 loc) 198 B
import type { Ref } from 'vue'; declare type ModalInstance = { handleClose: () => void; }; export declare const useModal: (instance: ModalInstance, visibleRef: Ref<boolean>) => void; export {};