Files
study-bible-project/node_modules/docx/dist/file/footnotes/footnotes.d.ts
T

7 lines
238 B
TypeScript

import { XmlComponent } from '../xml-components';
import { Paragraph } from '../paragraph';
export declare class FootNotes extends XmlComponent {
constructor();
createFootNote(id: number, paragraph: readonly Paragraph[]): void;
}