Module

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

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