mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
feat(InputMenu/SelectMenu): add create-item prop (#2472)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@ export type LocalePair = {
|
||||
inputMenu: {
|
||||
noMatch: string
|
||||
noData: string
|
||||
create: string
|
||||
}
|
||||
commandPalette: {
|
||||
noMatch: string
|
||||
@@ -11,6 +12,7 @@ export type LocalePair = {
|
||||
selectMenu: {
|
||||
noMatch: string
|
||||
noData: string
|
||||
create: string
|
||||
}
|
||||
toast: {
|
||||
close: string
|
||||
|
||||
Reference in New Issue
Block a user