comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
93 lines (92 loc) • 4.22 kB
TypeScript
export declare const CuTabs: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: import('vue').PropType<string | number>;
readonly type: {
readonly type: import('vue').PropType<"line" | "card" | "arc">;
readonly default: "line";
};
readonly color: StringConstructor;
readonly onlyTab: BooleanConstructor;
readonly closable: BooleanConstructor;
}>> & Readonly<{
onChange?: (value: string | number) => any;
"onUpdate:modelValue"?: (value: string | number) => any;
"onTab-remove"?: (value: string | number) => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (value: string | number) => void;
"update:modelValue": (value: string | number) => void;
"tab-remove": (value: string | number) => void;
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: import('vue').PropType<string | number>;
readonly type: {
readonly type: import('vue').PropType<"line" | "card" | "arc">;
readonly default: "line";
};
readonly color: StringConstructor;
readonly onlyTab: BooleanConstructor;
readonly closable: BooleanConstructor;
}>> & Readonly<{
onChange?: (value: string | number) => any;
"onUpdate:modelValue"?: (value: string | number) => any;
"onTab-remove"?: (value: string | number) => any;
}>, {
readonly type: "line" | "card" | "arc";
readonly closable: boolean;
readonly onlyTab: boolean;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: import('vue').PropType<string | number>;
readonly type: {
readonly type: import('vue').PropType<"line" | "card" | "arc">;
readonly default: "line";
};
readonly color: StringConstructor;
readonly onlyTab: BooleanConstructor;
readonly closable: BooleanConstructor;
}>> & Readonly<{
onChange?: (value: string | number) => any;
"onUpdate:modelValue"?: (value: string | number) => any;
"onTab-remove"?: (value: string | number) => any;
}>, {}, {}, {}, {}, {
readonly type: "line" | "card" | "arc";
readonly closable: boolean;
readonly onlyTab: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: import('vue').PropType<string | number>;
readonly type: {
readonly type: import('vue').PropType<"line" | "card" | "arc">;
readonly default: "line";
};
readonly color: StringConstructor;
readonly onlyTab: BooleanConstructor;
readonly closable: BooleanConstructor;
}>> & Readonly<{
onChange?: (value: string | number) => any;
"onUpdate:modelValue"?: (value: string | number) => any;
"onTab-remove"?: (value: string | number) => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (value: string | number) => void;
"update:modelValue": (value: string | number) => void;
"tab-remove": (value: string | number) => void;
}, string, {
readonly type: "line" | "card" | "arc";
readonly closable: boolean;
readonly onlyTab: boolean;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
extra?(_: {}): any;
default?(_: {}): any;
};
}) & {
install?: (app: import('vue').App) => void;
};