Skip to main content
Module

x/fastro/mod.ts>LayoutProps

Fast and simple web application framework for deno
Go to Latest
type alias LayoutProps
import { type LayoutProps } from "https://deno.land/x/fastro@v0.84.10/mod.ts";

Defines the props of the page layout

Type Parameters

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