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

5 lines
137 B
TypeScript

import { XmlComponent } from './xml-components';
export declare class FileChild extends XmlComponent {
readonly fileChild: symbol;
}