Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
variable CommandEmpty
import { CommandEmpty } from "https://deno.land/x/netzo@0.3.66/deps/cmdk.ts";

Automatically renders when there are no results for the search query.

type

React.ForwardRefExoticComponent<Children & DivProps & React.RefAttributes<HTMLDivElement>>