ionic-angular
Version: 
A powerful framework for building mobile and progressive web apps with JavaScript and Angular
11 lines (10 loc) • 358 B
TypeScript
/**
  * @name Thumbnail
  * @module ionic
  * @description
  * A Thumbnail is a component that creates a squared image for an item.
  * Thumbnails can be place on the left or right side of an item with the `item-start` or `item-end` directive.
  * @see {@link /docs/components/#thumbnail-list Thumbnail Component Docs}
 */
export declare class Thumbnail {
}