Skip to main content
Go to Latest
type alias ComponentType
Re-export
import { type ComponentType } from "https://deno.land/x/fathym_eac_runtime@v0.0.201/mod.ts";

Type Parameters

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