UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

15 lines (14 loc) 394 B
import * as tsx from 'vue-tsx-support'; export declare const VerticalMenuItem: import("vue").VueConstructor<{ _tsxattrs: tsx.TsxComponentAttrs<{} & { active?: boolean; path?: string; text?: string; badge?: string | number; }, {}, {}>; } & import("vue").default & { active: boolean; badge: string | number; text: string; path: string; }>;