replace-react-color API - v4.1.2
Preparing search index...
HueProps
Interface HueProps
interface
HueProps
{
direction
?:
"vertical"
|
"horizontal"
;
hsl
:
HSL
;
onChange
?:
(
color
:
any
,
e
:
any
)
=>
void
;
pointer
?:
FC
<
any
>
;
radius
?:
string
|
number
;
shadow
?:
string
;
style
?:
{
radius
?:
string
|
number
;
shadow
?:
string
}
;
}
Index
Properties
direction?
hsl
on
Change?
pointer?
radius?
shadow?
style?
Properties
Optional
direction
direction
?:
"vertical"
|
"horizontal"
hsl
hsl
:
HSL
Optional
on
Change
onChange
?:
(
color
:
any
,
e
:
any
)
=>
void
Optional
pointer
pointer
?:
FC
<
any
>
Optional
radius
radius
?:
string
|
number
Optional
shadow
shadow
?:
string
Optional
style
style
?:
{
radius
?:
string
|
number
;
shadow
?:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
hsl
on
Change
pointer
radius
shadow
style
replace-react-color API - v4.1.2
Loading...