Files
study-bible-project/node_modules/docx/dist/file/paragraph/math/bar/math-bar-properties.d.ts
T

5 lines
162 B
TypeScript

import { XmlComponent } from '../../../xml-components';
export declare const createMathBarProperties: ({ type }: {
readonly type: string;
}) => XmlComponent;