UNPKG
react-pick-color
Version:
latest (2.0.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
/
components
/
ColorPicker
/
helper.d.ts
4 lines
(3 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
import
{
Color
,
ColorObject
,
ColorCombination
}
from
'../../types'
;
export
declare
const
initColor
:
(
col
?:
Color
) =>
ColorObject
;
export
declare
const
getColorCombination
:
(
color
:
ColorObject
,
comb
:
ColorCombination
|
ColorCombination
[]
) =>
any
[];