Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh/server.ts>LayoutProps

The next-gen web framework.
Extremely Popular
Latest
type alias LayoutProps
Deprecated
Deprecated

Use PageProps instead

import { type LayoutProps } from "https://deno.land/x/fresh@1.6.8/server.ts";

Type Parameters

optional
T = any
optional
S = Record<string, unknown>
deprecated
definition: PageProps<T, S>