Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.89.4/mod.ts";

Defines the props of the page layout

Type Parameters

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