tdesign-pro-component
Version:
ProComponents tdesign-vue-next + Vue3 + TS
7 lines (6 loc) • 384 B
TypeScript
export declare const DrawerForm: 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 './useDrawerForm';