UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (8 loc) 251 B
import { Ref } from "vue"; //#region ../../packages/hooks/use-modal/index.d.ts type ModalInstance = { handleClose: () => void; }; declare const useModal: (instance: ModalInstance, visibleRef: Ref<boolean>) => void; //#endregion export { useModal };