UNPKG

@atlaskit/lozenge

Version:

A lozenge is a visual indicator used to highlight an item's status for quick recognition.

6 lines (5 loc) 159 B
import { type LozengeColor } from './types'; export declare const getThemeStyles: (resolvedColor: LozengeColor) => { category: string; key: string; };