replace-react-color API - v4.1.2
Preparing search index...
CircleProps
Interface CircleProps
interface
CircleProps
{
circleSize
?:
number
;
circleSpacing
?:
number
;
className
?:
string
;
colors
?:
string
[]
;
hex
:
string
;
onChange
?:
(
color
:
any
,
e
:
any
)
=>
void
;
onSwatchHover
?:
(
color
:
string
,
e
:
MouseEvent
)
=>
void
;
style
?:
CSSProperties
;
styles
?:
any
;
width
?:
string
|
number
;
}
Index
Properties
circle
Size?
circle
Spacing?
class
Name?
colors?
hex
on
Change?
on
Swatch
Hover?
style?
styles?
width?
Properties
Optional
circle
Size
circleSize
?:
number
Optional
circle
Spacing
circleSpacing
?:
number
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
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
circle
Size
circle
Spacing
class
Name
colors
hex
on
Change
on
Swatch
Hover
style
styles
width
replace-react-color API - v4.1.2
Loading...