Skip to main content
Module

x/fresh_layout/mod.ts>applyLayouts

Layouts for Deno Fresh
Latest
variable applyLayouts
import { applyLayouts } from "https://deno.land/x/fresh_layout@0.1.0/mod.ts";

type

<Data = any>(page: Page<Data>, layouts: Layout<Data>[]) => Page<Data>