Files
study-bible-project/node_modules/docx/dist/file/paragraph/run/sequential-identifier-instruction.d.ts
T

5 lines
168 B
TypeScript

import { XmlComponent } from '../../xml-components';
export declare class SequentialIdentifierInstruction extends XmlComponent {
constructor(identifier: string);
}