@minto-ai/mt-ui
Version:
UI组件库
58 lines (57 loc) • 2.34 kB
TypeScript
export declare const MtTab: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly label: {
readonly type: StringConstructor;
readonly default: "";
};
readonly name: {
readonly type: import('vue').PropType<string | number>;
readonly default: 0;
};
}>> & Readonly<{}>, {
isActive: import('vue').ComputedRef<boolean>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
readonly name: string | number;
readonly label: string;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly label: {
readonly type: StringConstructor;
readonly default: "";
};
readonly name: {
readonly type: import('vue').PropType<string | number>;
readonly default: 0;
};
}>> & Readonly<{}>, {
isActive: import('vue').ComputedRef<boolean>;
}, {}, {}, {}, {
readonly name: string | number;
readonly label: string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly label: {
readonly type: StringConstructor;
readonly default: "";
};
readonly name: {
readonly type: import('vue').PropType<string | number>;
readonly default: 0;
};
}>> & Readonly<{}>, {
isActive: import('vue').ComputedRef<boolean>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
readonly name: string | number;
readonly label: string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
export default MtTab;
export * from './src/tab';