UNPKG

@agendize/design-system

Version:
9 lines 605 B
import { AvatarSize } from "./viewModel"; export interface Props { id?: string; size?: AvatarSize; location: 'visio' | 'videoconference' | 'address' | 'companyAddress' | 'phone' | 'tel' | 'link' | 'custom' | string; } declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=LocationAvatar.vue.d.ts.map