thumbnail.d.ts 358B

1234567891011
  1. /**
  2. * @name Thumbnail
  3. * @module ionic
  4. * @description
  5. * A Thumbnail is a component that creates a squared image for an item.
  6. * Thumbnails can be place on the left or right side of an item with the `item-start` or `item-end` directive.
  7. * @see {@link /docs/components/#thumbnail-list Thumbnail Component Docs}
  8. */
  9. export declare class Thumbnail {
  10. }