Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/docxml/src/components/Section.ts>SectionChild

TypeScript library for parsing and building a DOCXML file
Go to Latest
type alias SectionChild
import { type SectionChild } from "https://deno.land/x/docxml@5.2.0/src/components/Section.ts";

A type describing the components accepted as children of Section.

definition: Paragraph | Table