Files
study-bible-project/node_modules/docx/dist/file/paragraph/run/run-components/symbol.d.ts
T

5 lines
162 B
TypeScript

import { XmlComponent } from '../../../xml-components';
export declare class Symbol extends XmlComponent {
constructor(char?: string, symbolfont?: string);
}