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

6 lines (4 loc) 215 B
type FontSize = 'default' | 'small' | 'medium' | 'large' | 'extraLarge'; type FontType = 'default' | 'monospace'; type FontWeight = 'default' | 'lighter' | 'bolder'; export type { FontSize, FontType, FontWeight };