import { Component } from "https://deno.land/x/live@1.53.6/deps.ts";
Constructors
new
Component(props?: P, context?: any)Methods
forceUpdate(callback?: () => void): void
Static Methods
optional
getDerivedStateFromError(error: any): object | nulloptional
getDerivedStateFromProps(props: Readonly<object>, state: Readonly<object>): object | nullimport { type Component } from "https://deno.land/x/live@1.53.6/deps.ts";