mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(CommandPalette): add search? function to types
This commit is contained in:
3
src/runtime/types/command-palette.d.ts
vendored
3
src/runtime/types/command-palette.d.ts
vendored
@@ -21,6 +21,7 @@ export interface Group {
|
||||
key: string
|
||||
active?: string
|
||||
inactive?: string
|
||||
commands: Command[]
|
||||
commands?: Command[]
|
||||
search?: Function
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user