Skip to main content
Module

x/fresh_layout/mod.ts>Page

Layouts for Deno Fresh
Latest
type alias Page
import { type Page } from "https://deno.land/x/fresh_layout@0.1.0/mod.ts";

Type Parameters

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