Skip to main content
Module

x/fastro/mod.ts>LayoutProps

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

Defines the props of the page layout

Type Parameters

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