tdesign-pro-component
Version:
ProComponents tdesign-vue-next + Vue3 + TS
20 lines (19 loc) • 1.1 kB
TypeScript
export declare const ProForm: (new <T extends Record<string, any> | Object>(props: import('./types').ProFormProps<T> & {
onChange?: ((...args: any[]) => any) | undefined;
onSubmit?: ((...args: any[]) => any) | undefined;
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps) => import('vue').CreateComponentPublicInstanceWithMixins<import('./types').ProFormProps<T> & {
onChange?: ((...args: any[]) => any) | undefined;
onSubmit?: ((...args: any[]) => any) | undefined;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "submit")[], import('vue').PublicProps, {}, false, {}, {}, {}, {}, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, import('./types').ProFormProps<T> & {
onChange?: ((...args: any[]) => any) | undefined;
onSubmit?: ((...args: any[]) => any) | undefined;
}, {}, {}, {}, {}, {}>) & import('vue').Plugin;
export * from './types';
export * from './ProFormBuilder';