Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

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

RenderableProps

  • Type Parameters
  • Type

RenderableProps

type RenderableProps<P, RefType = any> = P & Readonly<Attributes & {
children?: ComponentChildren;
ref?: Ref<RefType>;
}
>
;

§Type Parameters

§
P
[src]
§
RefType = any
[src]

§Type

§
P & Readonly<Attributes & {
children?: ComponentChildren;
ref?: Ref<RefType>;
}
>
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
System Status
Companies interested in Deno