diff --git a/src/runtime/types/command-palette.d.ts b/src/runtime/types/command-palette.d.ts index b35f6609..53dd847c 100644 --- a/src/runtime/types/command-palette.d.ts +++ b/src/runtime/types/command-palette.d.ts @@ -21,6 +21,7 @@ export interface Group { key: string active?: string inactive?: string - commands: Command[] + commands?: Command[] + search?: Function [key: string]: any }