UNPKG

362 BTypeScriptView Raw
1/**
2 * @name Avatar
3 * @module ionic
4 * @description
5 * An Avatar is a component that creates a circular image for an item.
6 * Avatars can be placed on the left or right side of an item with the `item-start` or `item-end` directive.
7 * @see {@link /docs/components/#avatar-list Avatar Component Docs}
8 */
9export declare class Avatar {
10 constructor();
11}