Skip to main content
Module

x/cargo_parcel/cargo/deps.ts>VComponent

Server side rendering for Cargo applications
Go to Latest
interface VComponent
implements VBase
import { type VComponent } from "https://deno.land/x/cargo_parcel@0.2.11/cargo/deps.ts";

Properties

type: VType.COMPONENT
mode: VMode
id: symbol
fn: JSX.Component
props: JSX.ElementProps
ast: VNode<T>
unsubs: Unsubscribe[]