ionic-angular
Version:
A powerful framework for building mobile and progressive web apps with JavaScript and Angular 2
12 lines (11 loc) • 363 B
TypeScript
/**
* @name Avatar
* @module ionic
* @description
* An Avatar is a component that creates a circular image for an item.
* Avatars can be placed on the left or right side of an item with the `item-left` or `item-right` directive.
* @see {@link /docs/components/#avatar-list Avatar Component Docs}
*/
export declare class Avatar {
constructor();
}