replace-react-color API - v4.1.2
Preparing search index...
CompactProps
Interface CompactProps
interface
CompactProps
{
className
?:
string
;
colors
?:
string
[]
;
hex
:
string
;
onChange
?:
(
color
:
any
,
e
:
any
)
=>
void
;
onSwatchHover
?:
(
color
:
string
,
e
:
MouseEvent
)
=>
void
;
rgb
:
RGB
;
style
?:
CSSProperties
;
styles
?:
any
;
}
Index
Properties
class
Name?
colors?
hex
on
Change?
on
Swatch
Hover?
rgb
style?
styles?
Properties
Optional
class
Name
className
?:
string
Optional
colors
colors
?:
string
[]
hex
hex
:
string
Optional
on
Change
onChange
?:
(
color
:
any
,
e
:
any
)
=>
void
Optional
on
Swatch
Hover
onSwatchHover
?:
(
color
:
string
,
e
:
MouseEvent
)
=>
void
rgb
rgb
:
RGB
Optional
style
style
?:
CSSProperties
Optional
styles
styles
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
colors
hex
on
Change
on
Swatch
Hover
rgb
style
styles
replace-react-color API - v4.1.2
Loading...