UNPKG

docx

Version:

Generate .docx documents with JavaScript (formerly Office-Clippy)

8 lines (6 loc) 168 B
import { XmlComponent } from "file/xml-components"; export class FootnoteRef extends XmlComponent { constructor() { super("w:footnoteRef"); } }