UNPKG

mx-ui-components

Version:

mobius ui library

13 lines (12 loc) 448 B
import BaseComponent from "../Counter/BaseComponent"; declare class AvatarElement extends BaseComponent { private defaultValues; constructor(); static get observedAttributes(): string[]; private applySizeStyle; private setAvatarImage; private applyRoundedStyle; private applyBorderStyle; attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void; } export default AvatarElement;