Skip to main content
Module

x/pagic/src/Pagic.ts>PagicLayout

A static site generator powered by Deno + React
Go to Latest
type alias PagicLayout
import { type PagicLayout } from "https://deno.land/x/pagic@v1.5.1/src/Pagic.ts";

Type Parameters

optional
T = Record<string, any>
definition: React.FC<PageProps & T>