chore(CommandPalette): improve placeholder tsdoc

This commit is contained in:
Benjamin Canac
2025-03-26 17:07:04 +01:00
parent 4ebb94cd7e
commit 06dfb963be

View File

@@ -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']
/**