UNPKG

@atlaskit/media-ui

Version:

Includes common components and utilities used by other media packages

7 lines (6 loc) 212 B
export declare type LozengeColor = 'default' | 'success' | 'removed' | 'inprogress' | 'new' | 'moved'; export interface LozengeViewModel { text: string; appearance?: LozengeColor; isBold?: boolean; }