Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cargo_parcel/platform/server/deps.ts>VElement

Server side rendering for Cargo applications
Go to Latest
interface VElement
implements VNodeRef<T>
import { type VElement } from "https://deno.land/x/cargo_parcel@0.1.57/platform/server/deps.ts";

Properties

type: "element"
tag: string
props: ElementProps<T>