Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias RegistryEntry
import { type RegistryEntry } from "https://deno.land/x/netzo@0.3.43/components/registry.ts";
definition: { name: string; dependencies?: string[]; registryDependencies?: string[]; files: string[]; type: "components:ui" | "components:component" | "components:example"; }