chore(CommandPalette): add search? function to types

This commit is contained in:
Benjamin Canac
2023-09-14 18:43:14 +02:00
parent 15e418e6c6
commit 5fc44b97c6

View File

@@ -21,6 +21,7 @@ export interface Group {
key: string
active?: string
inactive?: string
commands: Command[]
commands?: Command[]
search?: Function
[key: string]: any
}