UNPKG

cra-template-rb

Version:

The official React Boilerplate template for Create React App

8 lines (5 loc) 155 B
import { themes } from '../themes'; export type ThemeKeyType = keyof typeof themes | 'system'; export interface ThemeState { selected: ThemeKeyType; }