Files
study-bible-project/node_modules/docx/dist/file/paragraph/links/pageref-field-instruction.d.ts
T

6 lines
250 B
TypeScript

import { XmlComponent } from '../../xml-components';
import { IPageReferenceOptions } from './pageref';
export declare class PageReferenceFieldInstruction extends XmlComponent {
constructor(bookmarkId: string, options?: IPageReferenceOptions);
}