g-ui-web
Version:
55 lines (54 loc) • 2.08 kB
TypeScript
declare const GCompoPicker: ({
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
tabs: {
type: ArrayConstructor;
default: string[];
};
modelValue: {
type: globalThis.PropType<string>;
};
}>> & Readonly<{
"onTab-change"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"tab-change": (...args: any[]) => void;
}, import('vue').PublicProps, {
tabs: unknown[];
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<globalThis.ExtractPropTypes<{
tabs: {
type: ArrayConstructor;
default: string[];
};
modelValue: {
type: globalThis.PropType<string>;
};
}>> & Readonly<{
"onTab-change"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, {
tabs: unknown[];
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
tabs: {
type: ArrayConstructor;
default: string[];
};
modelValue: {
type: globalThis.PropType<string>;
};
}>> & Readonly<{
"onTab-change"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"tab-change": (...args: any[]) => void;
}, string, {
tabs: unknown[];
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
export default GCompoPicker;