@openmrs/esm-styleguide
Version:
The styleguide for OpenMRS SPA
7 lines (6 loc) • 393 B
TypeScript
/**
* Array of valid values for Carbon tag's "type" attribute.
* Options from https://react.carbondesignsystem.com/?path=/docs/components-tag--overview
*/
export declare const carbonTagColors: readonly ["red", "magenta", "purple", "blue", "teal", "cyan", "gray", "green", "warm-gray", "cool-gray", "high-contrast", "outline"];
export type CarbonTagColor = (typeof carbonTagColors)[number];