Skip to main content
Module

x/docxml/src/components/BookmarkRangeStart.ts>BookmarkRangeStartProps

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

A type describing the props accepted by BookmarkRangeStart.

definition: { id: number; name: string; }