UNPKG

react-pick-color

Version:
8 lines (7 loc) 138 B
import { Theme } from './types'; type Themes = { light: Theme; dark: Theme; }; declare const theme: Themes; export default theme;