UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

19 lines (18 loc) 1.24 kB
import * as tsx from 'vue-tsx-support'; export declare const Tile: import("vue").VueConstructor<{ _tsxattrs: tsx.TsxComponentAttrs<{} & { title?: string; initials?: string; icon?: "search" | "link" | "left" | "right" | "message" | "menu" | "time" | "stop" | "down" | "up" | "forward" | "hResize" | "vResize" | "plus" | "minus" | "cross" | "check" | "shutdown" | "refresh" | "flag" | "bookmark" | "edit" | "delete" | "share" | "download" | "upload" | "mail" | "people" | "photo" | "location" | "emoji" | "upward" | "downward" | "back" | "caret" | "apps" | "hMore" | "vMore"; avatar?: string; compact?: boolean; subtitle?: string; }, {}, {}>; } & import("vue").default & { compact: boolean; title: string; subtitle: string; icon: "search" | "link" | "left" | "right" | "message" | "menu" | "time" | "stop" | "down" | "up" | "forward" | "hResize" | "vResize" | "plus" | "minus" | "cross" | "check" | "shutdown" | "refresh" | "flag" | "bookmark" | "edit" | "delete" | "share" | "download" | "upload" | "mail" | "people" | "photo" | "location" | "emoji" | "upward" | "downward" | "back" | "caret" | "apps" | "hMore" | "vMore"; avatar: string; initials: string; }>;