Skip to main content
Module

x/alephjs/framework/vue/context.ts>RouterContextProps

The Full-stack Framework in Deno.
Latest
type alias RouterContextProps
import { type RouterContextProps } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/framework/vue/context.ts";
definition: { url: URL; params: Record<string, string>; ssrHeadCollection?: string[]; }