Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_atomic/src/src.deps.ts>ComponentType

This is the core atomic library to build design libraries from.
Go to Latest
type alias ComponentType
import { type ComponentType } from "https://deno.land/x/fathym_atomic@v0.0.143/src/src.deps.ts";

Type Parameters

optional
P = { }
definition: ComponentClass<P> | FunctionComponent<P>