import { USEHandler } from './types'; import { Ref } from 'vue'; /** * 操作 */ export declare const useHandler: ({ props, visibleModel }: USEHandler.Option) => { isShowMask: Ref; isShow: Ref; clickMask: () => void; animationDuration: number; };