tdesign-pro-component
Version:
ProComponents tdesign-vue-next + Vue3 + TS
55 lines (54 loc) • 2.35 kB
TypeScript
export declare const ProFormText: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ProFormTextProps> & Readonly<{
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
}>, {
focus: () => void;
blur: () => void;
clear: () => void;
getValue: () => import('@tdesign-pro-component/utils').ValueType;
getRef: <T extends any = any>() => T;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
[x: string]: any;
} & {
[x: string]: any;
}, import('vue').PublicProps, {
labelAlign: "left" | "top" | "right";
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./types').ProFormTextProps> & Readonly<{
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
}>, {
focus: () => void;
blur: () => void;
clear: () => void;
getValue: () => import('@tdesign-pro-component/utils').ValueType;
getRef: <T extends any = any>() => T;
}, {}, {}, {}, {
labelAlign: "left" | "top" | "right";
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('./types').ProFormTextProps> & Readonly<{
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
}>, {
focus: () => void;
blur: () => void;
clear: () => void;
getValue: () => import('@tdesign-pro-component/utils').ValueType;
getRef: <T extends any = any>() => T;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
[x: string]: any;
} & {
[x: string]: any;
}, string, {
labelAlign: "left" | "top" | "right";
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: Readonly<Record<string, any>> & Record<string, any>;
}) & import('vue').Plugin;
export * from './types';