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