Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.79/platform/server/deps.ts";

Properties

type: VType.ELEMENT
tag: string
props: ElementProps<T>