import { CommandDialog } from "https://deno.land/x/netzo@0.3.91/deps/cmdk.ts";
Renders the command menu in a Radix Dialog.
type
React.ForwardRefExoticComponent<>
& RadixDialog.DialogProps
& Children
& DivProps
& { label?: string; shouldFilter?: boolean; filter?: (value: string, search: string) => number; value?: string; onValueChange?: (value: string) => void; loop?: boolean; }
& { container?: HTMLElement; }
& React.RefAttributes<HTMLDivElement>