UNPKG

tdesign-pro-component

Version:

ProComponents tdesign-vue-next + Vue3 + TS

7 lines (6 loc) 382 B
export declare const ModalForm: import('vue').DefineSetupFnComponent<Record<string, any>, ("confirm" | "update:visible")[], {}, Record<string, any> & { onConfirm?: ((...args: any[]) => any) | undefined; "onUpdate:visible"?: ((...args: any[]) => any) | undefined; }, import('vue').PublicProps> & import('vue').Plugin; export * from './types'; export * from './useModalForm';