Module

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

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