Skip to main content
type alias LayoutPage
import { type LayoutPage } from "https://deno.land/x/fresh_layout@0.0.2/mod.ts";

Type Parameters

optional
Data = any
definition: (child: Page<Data>, props?: PageProps<Data>) => JSX.Element