tdesign-pro-component
Version:
ProComponents tdesign-vue-next + Vue3 + TS
61 lines (60 loc) • 2.52 kB
TypeScript
export declare const ProFormSelect: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ProFormSelectProps> & Readonly<{
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
}>, {
getValue: () => import('@tdesign-pro-component/utils').ValueType;
focus: () => void;
blur: () => void;
clear: () => void;
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";
labelName: string;
valueName: string;
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./types').ProFormSelectProps> & Readonly<{
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
}>, {
getValue: () => import('@tdesign-pro-component/utils').ValueType;
focus: () => void;
blur: () => void;
clear: () => void;
getRef: <T extends any = any>() => T;
}, {}, {}, {}, {
labelAlign: "left" | "top" | "right";
labelName: string;
valueName: string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('./types').ProFormSelectProps> & Readonly<{
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
}>, {
getValue: () => import('@tdesign-pro-component/utils').ValueType;
focus: () => void;
blur: () => void;
clear: () => void;
getRef: <T extends any = any>() => T;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
[x: string]: any;
} & {
[x: string]: any;
}, string, {
labelAlign: "left" | "top" | "right";
labelName: string;
valueName: string;
}, {}, 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';