fine-true
Version:
A small and beautiful Vue3 version of the UI Library
26 lines (25 loc) • 873 B
TypeScript
declare const _default: import("vue").DefineComponent<{
modelValue: {
type: StringConstructor;
default: string;
};
tabPosition: {
type: StringConstructor;
default: string;
};
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
modelValue: {
type: StringConstructor;
default: string;
};
tabPosition: {
type: StringConstructor;
default: string;
};
}>> & {
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
modelValue: string;
tabPosition: string;
}>;
export default _default;