Skip to main content
Module

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

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