mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(CommandPalette): improve placeholder tsdoc
This commit is contained in:
@@ -74,7 +74,7 @@ export interface CommandPaletteProps<G, T> extends Pick<ListboxRootProps, 'multi
|
||||
selectedIcon?: string
|
||||
/**
|
||||
* The placeholder text for the input.
|
||||
* @defaultValue 'Type a command or search...'
|
||||
* @defaultValue t('commandPalette.placeholder')
|
||||
*/
|
||||
placeholder?: InputProps['placeholder']
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user