import { type VNode } from "https://deno.land/x/fastro@v0.88.1/http/server/deps.ts";
Properties
type: ComponentType<P> | string
props: P & { children: ComponentChildren; }
ref is not guaranteed by React.ReactElement, for compatibility reasons with popular react libs we define it as optional too
The time this vnode
started rendering. Will only be set when
the devtools are attached.
Default value: 0