Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface ComponentClass
import { type ComponentClass } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts";

Type Parameters

optional
P = { }
optional
S = { }

Properties

optional
displayName: string
optional
defaultProps: Partial<P>
optional
contextType: Context<any>

Methods

new(props: P, context?: any): Component<P, S>
optional
getDerivedStateFromProps(props: Readonly<P>, state: Readonly<S>): Partial<S> | null
optional
getDerivedStateFromError(error: any): Partial<S> | null