vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
34 lines (33 loc) • 886 B
TypeScript
declare const _default: import("vue").DefineComponent<{
badge: StringConstructor;
iconName: StringConstructor;
label: {
type: StringConstructor;
required: true;
};
name: {
type: StringConstructor;
required: true;
};
}, unknown, unknown, {
/**
* Indicates whether this item is active.
*/
isActive(): boolean;
/**
* The CSS class names for the item.
*/
itemClassNames(): string;
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
badge: StringConstructor;
iconName: StringConstructor;
label: {
type: StringConstructor;
required: true;
};
name: {
type: StringConstructor;
required: true;
};
}>>, {}, {}>;
export default _default;