g-ui-web
Version:
93 lines (92 loc) • 2.93 kB
TypeScript
declare const GTextSelect: ({
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
width: {
type: StringConstructor;
default: string;
};
height: {
type: StringConstructor;
default: string;
};
value: {
type: StringConstructor;
default: string;
};
size: {
type: StringConstructor;
default: string;
};
}>> & Readonly<{
"onNode-click"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"node-click": (...args: any[]) => void;
}, import('vue').PublicProps, {
value: string;
size: string;
width: string;
height: string;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<globalThis.ExtractPropTypes<{
width: {
type: StringConstructor;
default: string;
};
height: {
type: StringConstructor;
default: string;
};
value: {
type: StringConstructor;
default: string;
};
size: {
type: StringConstructor;
default: string;
};
}>> & Readonly<{
"onNode-click"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, {
value: string;
size: string;
width: string;
height: string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
width: {
type: StringConstructor;
default: string;
};
height: {
type: StringConstructor;
default: string;
};
value: {
type: StringConstructor;
default: string;
};
size: {
type: StringConstructor;
default: string;
};
}>> & Readonly<{
"onNode-click"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"node-click": (...args: any[]) => void;
}, string, {
value: string;
size: string;
width: string;
height: string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
}) & import('vue').Plugin) & Record<string, any>;
export default GTextSelect;