import { Command as CommandPrimitive } from "cmdk"; import type { ComponentPropsWithoutRef } from "react"; import { cn } from "./utils"; export function Command({ className, ...props }: ComponentPropsWithoutRef) { return ; } export function CommandInput({ className, ...props }: ComponentPropsWithoutRef) { return ; } export function CommandList({ className, ...props }: ComponentPropsWithoutRef) { return ; } export function CommandEmpty({ className, ...props }: ComponentPropsWithoutRef) { return ; } export function CommandGroup({ className, ...props }: ComponentPropsWithoutRef) { return ; } export function CommandItem({ className, ...props }: ComponentPropsWithoutRef) { return ; }