Circle V2 API Docs
Preparing search index...
@repo/ui
composites/CommandPalette/CommandPalette
CommandPaletteProps
Type Alias CommandPaletteProps
CommandPaletteProps
:
Omit
<
CommandPaletteDialogProps
,
"children"
>
&
{
children
:
ReactNode
;
inputProps
?:
Omit
<
CommandPaletteInputProps
,
"placeholder"
|
"value"
|
"onValueChange"
,
>
;
listRef
?:
RefObject
<
HTMLDivElement
|
null
>
;
onSearchChange
?:
(
value
:
string
)
=>
void
;
placeholder
?:
string
;
rootProps
?:
Omit
<
CommandPaletteRootProps
,
"shouldFilter"
|
"children"
>
;
search
?:
string
;
shouldFilter
?:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...