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
/
Alpha
/
Alpha.d.ts
7 lines
(6 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
type
AlphaProps
= {
onChange
?:
(
alpha
:
number
) =>
void
; };
declare
const
_default
:
(
{ onChange }:
AlphaProps
) =>
React
.
JSX
.
Element
;
export
default
_default;