@inkline/inkline
Version:
Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.
34 lines (33 loc) • 932 B
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* The name of the referenced tab
* @type String
* @default
* @name for
*/
for: {
type: StringConstructor;
default: () => string;
};
}, {
name: import("vue").Ref<string>;
active: import("vue").ComputedRef<boolean>;
classes: import("vue").ComputedRef<{
'-active': boolean;
}>;
onClick: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* The name of the referenced tab
* @type String
* @default
* @name for
*/
for: {
type: StringConstructor;
default: () => string;
};
}>>, {
for: string;
}, {}>;
export default _default;