Guaxu Docs
Preparing search index...
guaxu-react
ChipProps
Interface ChipProps
interface
ChipProps
{
children
:
(
item
:
ChipItemProps
)
=>
ReactNode
;
items
:
ChipItemProps
[]
;
label
:
string
;
onSelectionChange
:
(
_
:
Key
|
null
)
=>
void
;
selected
:
Key
|
null
;
}
Index
Properties
children
items
label
on
Selection
Change
selected
Properties
children
children
:
(
item
:
ChipItemProps
)
=>
ReactNode
items
items
:
ChipItemProps
[]
label
label
:
string
on
Selection
Change
onSelectionChange
:
(
_
:
Key
|
null
)
=>
void
selected
selected
:
Key
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
items
label
on
Selection
Change
selected
Guaxu Docs
Loading...