Skip to main content
Module

x/docxml/mod.ts>BreakProps

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias BreakProps
import { type BreakProps } from "https://deno.land/x/docxml@5.10.1/mod.ts";

A type describing the props accepted by Break.

definition: { type?:
| "page"
| "column"
| "textWrapping"
| null
; clear?:
| "left"
| "right"
| "all"
| "none"
| null
; }