UNPKG

@microsoft/teams.cards

Version:

<p> <a href="https://www.npmjs.com/package/@microsoft/teams.cards" target="_blank"> <img src="https://img.shields.io/npm/v/@microsoft/teams.cards" /> </a> <a href="https://www.npmjs.com/package/@microsoft/teams.cards?activeTab=code" ta

7 lines (5 loc) 195 B
/** * Describes how the image should be aligned if it must be cropped or if using repeat fill mode. */ type VerticalAlignment = 'top' | 'center' | 'bottom'; export type { VerticalAlignment };