replace-react-color API - v4.1.2
Preparing search index...
AlphaProps
Interface AlphaProps
interface
AlphaProps
{
a
?:
number
;
direction
?:
"vertical"
|
"horizontal"
;
hsl
:
HSL
;
onChange
?:
(
color
:
any
,
e
:
MouseEvent
<
Element
,
MouseEvent
>
|
TouchEvent
<
Element
>
,
)
=>
void
;
pointer
?:
FC
<
any
>
;
radius
?:
string
|
number
;
renderers
?:
any
;
rgb
:
RGB
;
shadow
?:
string
;
style
?:
{
radius
?:
string
|
number
;
shadow
?:
string
}
;
}
Index
Properties
a?
direction?
hsl
on
Change?
pointer?
radius?
renderers?
rgb
shadow?
style?
Properties
Optional
a
a
?:
number
Optional
direction
direction
?:
"vertical"
|
"horizontal"
hsl
hsl
:
HSL
Optional
on
Change
onChange
?:
(
color
:
any
,
e
:
MouseEvent
<
Element
,
MouseEvent
>
|
TouchEvent
<
Element
>
,
)
=>
void
Optional
pointer
pointer
?:
FC
<
any
>
Optional
radius
radius
?:
string
|
number
Optional
renderers
renderers
?:
any
rgb
rgb
:
RGB
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
a
direction
hsl
on
Change
pointer
radius
renderers
rgb
shadow
style
replace-react-color API - v4.1.2
Loading...