Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/cmdk.ts>CommandEmpty

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Latest
variable CommandEmpty
import { CommandEmpty } from "https://deno.land/x/netzo@0.5.108/deps/cmdk.ts";

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

type

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