UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

3 lines (2 loc) 174 B
import { Colors } from './Colors'; export type Theme = Colors | 'light' | 'dark' | 'yellow' | 'coreRange' | 'exclusiveCollection' | 'happyToCare' | 'joyview' | 'urbanOasis';