Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

esm.sh/[email protected]/src/index.d.ts

FunctionComponent

  • Type Parameters
  • Call Signatures
  • Properties

FunctionComponent

interface FunctionComponent <P = {}> {
(props: RenderableProps<P>, context?: any): ComponentChildren;
defaultProps?: Partial<P> | undefined;
displayName?: string;
}

§Type Parameters

§
P = {}
[src]

§Call Signatures

§
(props: RenderableProps<P>, context?: any): ComponentChildren
[src]

§Properties

§
defaultProps?: Partial<P> | undefined
[src]
§
displayName?: string
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
System Status
Companies interested in Deno