Skip to main content
Module

x/fastro/http/server/types.ts>LayoutProps

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
type alias LayoutProps
import { type LayoutProps } from "https://deno.land/x/fastro@v0.91.1/http/server/types.ts";

Defines the props of the page layout

Type Parameters

optional
T = any
definition: { children: ComponentChildren; data: T; nonce: string; }