tdesign-pro-component
Version:
ProComponents tdesign-vue-next + Vue3 + TS
50 lines (49 loc) • 2.07 kB
TypeScript
export declare const ProFormInputNumber: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ProFormInputNumberProps> & Readonly<{
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
}>, {
getValue: () => any;
focus: () => any;
blur: () => any;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
[x: string]: any;
} & {
[x: string]: any;
}, import('vue').PublicProps, {
labelAlign: "left" | "top" | "right";
theme: "column" | "row" | "normal";
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./types').ProFormInputNumberProps> & Readonly<{
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
}>, {
getValue: () => any;
focus: () => any;
blur: () => any;
}, {}, {}, {}, {
labelAlign: "left" | "top" | "right";
theme: "column" | "row" | "normal";
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('./types').ProFormInputNumberProps> & Readonly<{
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
}>, {
getValue: () => any;
focus: () => any;
blur: () => any;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
[x: string]: any;
} & {
[x: string]: any;
}, string, {
labelAlign: "left" | "top" | "right";
theme: "column" | "row" | "normal";
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
export * from './types';