Command: DefineComponent<
    ExtractPropTypes<
        { hotkey: { default: undefined; type: StringConstructor } },
    >,
    () => VNode<RendererNode, RendererElement, { [key: string]: any }>,
    {},
    {},
    {},
    ComponentOptionsMixin,
    ComponentOptionsMixin,
    ("select" | "update:query")[],
    "select" | "update:query",
    PublicProps,
    ToResolvedProps<
        ExtractPropTypes<
            { hotkey: { default: undefined; type: StringConstructor } },
        >,
        ("select" | "update:query")[],
    >,
    { hotkey: string },
    {},
    {},
    {},
    string,
    ComponentProvideOptions,
    true,
    {},
    any,
> = ...

Command palette. Compose with <CommandInput>, <CommandList>, <CommandGroup>, <CommandItem>, <CommandEmpty>. Emits select with the chosen value and update:query as the filter changes. Place inside a <dialog> to use hotkey.