mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 12:47:57 +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
|
selectedIcon?: string
|
||||||
/**
|
/**
|
||||||
* The placeholder text for the input.
|
* The placeholder text for the input.
|
||||||
* @defaultValue 'Type a command or search...'
|
* @defaultValue t('commandPalette.placeholder')
|
||||||
*/
|
*/
|
||||||
placeholder?: InputProps['placeholder']
|
placeholder?: InputProps['placeholder']
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user