Skip to main content
Module

x/fastro/app/layout.ts>createHTML

The web framework for full stack apps
Go to Latest
variable createHTML
import { createHTML } from "https://deno.land/x/fastro@v0.80.1/app/layout.ts";

type

(
props: unknown,
title: string,
description: string,
) => RenderOptions