Skip to main content
Module

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

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

Define the layout type

Type Parameters

optional
T = any
definition: (props: LayoutProps<T>) => JSX.Element