Skip to main content
Module

x/docxml/mod.ts>BookmarkRangeEndProps

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

A type describing the props accepted by BookmarkRangeEnd.

definition: { bookmark: Bookmark; id?: never; } | { bookmark?: never; id: number; }