UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

9 lines (8 loc) 294 B
import * as tsx from 'vue-tsx-support'; export declare const Popover: import("vue").VueConstructor<{ _tsxattrs: tsx.TsxComponentAttrs<{} & { side?: "left" | "right" | "bottom" | "top"; }, {}, {}>; } & import("vue").default & { side: "left" | "right" | "bottom" | "top"; }>;