@vectrejs/vectre
Version:
Complete implementation of Spectre.css on Vue 2.x
24 lines (23 loc) • 673 B
TypeScript
import * as tsx from 'vue-tsx-support';
import './style.scss';
export declare const Avatar: import("vue").VueConstructor<{
_tsxattrs: tsx.TsxComponentAttrs<{} & {
alt?: string;
size?: "xl" | "lg" | "sm" | "xs";
src?: string;
initials?: string;
background?: string;
color?: string;
presence?: "offline" | "online" | "busy" | "away";
icon?: string;
}, {}, {}>;
} & import("vue").default & {
size: "xl" | "lg" | "sm" | "xs";
src: string;
initials: string;
background: string;
color: string;
alt: string;
presence: "offline" | "online" | "busy" | "away";
icon: string;
}>;