UNPKG

@coconut-software/ui

Version:

React components for faster and easier web development.

5 lines (4 loc) 280 B
export type FunctionalColor = 'error' | 'warning'; export type UtilityColor = 'blue' | 'default' | 'indigo' | 'pink' | 'purple' | 'red' | 'teal' | 'yellow'; export type BrandColor = 'primary' | 'secondary'; export type AllColors = BrandColor | FunctionalColor | UtilityColor;