Skip to main content
Module

x/fresh/server.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.4.0/server.ts";

Type Parameters

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

Properties

Component: ComponentType<Record<never, never>>