UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

11 lines (10 loc) 285 B
import * as tsx from 'vue-tsx-support'; export declare const Divider: import("vue").VueConstructor<{ _tsxattrs: tsx.TsxComponentAttrs<{} & { vert?: boolean; content?: string; }, {}, {}>; } & import("vue").default & { vert: boolean; content: string; }>;