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

Command palette. Compose with <CommandInput>, <CommandList>, <CommandGroup>, <CommandItem>, <CommandEmpty>. Emits select with the chosen value. Place inside a <dialog> to use hotkey.