@vectrejs/vectre
Version:
Complete implementation of Spectre.css on Vue 2.x
9 lines (8 loc) • 352 B
TypeScript
import * as tsx from 'vue-tsx-support';
export declare const VerticalMenuItemBadge: import("vue").VueConstructor<{
_tsxattrs: tsx.TsxComponentAttrs<{} & {
type?: "error" | "success" | "primary" | "secondary" | "warning";
}, {}, {}>;
} & import("vue").default & {
type: "error" | "success" | "primary" | "secondary" | "warning";
}>;