Skip to main content
Module

x/blocks/types.ts>SectionProps

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Extremely Popular
Go to Latest
type alias SectionProps
import { type SectionProps } from "https://deno.land/x/blocks@1.30.11/types.ts";
definition: T extends PropsLoader<any, infer Props> ? Props : unknown