Files
study-bible-project/node_modules/docx/dist/file/drawing/doc-properties/doc-properties-children.d.ts
T

4 lines
245 B
TypeScript

import { XmlComponent } from '../../xml-components';
export declare const createHyperlinkClick: (linkId: string, hasXmlNs: boolean) => XmlComponent;
export declare const createHyperlinkHover: (linkId: string, hasXmlNs: boolean) => XmlComponent;