UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

14 lines (13 loc) 1.13 kB
import * as tsx from 'vue-tsx-support'; import './icon-styles.scss'; export declare const TileIcon: import("vue").VueConstructor<{ _tsxattrs: tsx.TsxComponentAttrs<{} & { 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; }, {}, {}>; } & import("vue").default & { 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; }>;