UNPKG
react-pick-color
Version:
latest (2.1.0)
2.1.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A modern color picker for react
github.com/jeslage/react-pick-color
jeslage/react-pick-color
react-pick-color
/
build
/
themes.d.ts
8 lines
(7 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Theme
}
from
'./types'
;
type
Themes
= {
light
:
Theme
;
dark
:
Theme
; };
declare
const
theme
:
Themes
;
export
default
theme;