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

x/fresh/src/server/mod.ts>LayoutProps

The next-gen web framework.
Extremely Popular
Go to Latest
interface LayoutProps
implements PageProps<T, S>
import { type LayoutProps } from "https://deno.land/x/fresh@1.5.3/src/server/mod.ts";

Type Parameters

optional
T = any
optional
S = Record<string, unknown>

Properties

Component: ComponentType<Record<never, never>>