Files
study-bible-project/node_modules/docx/dist/file/drawing/text-wrap/wrap-top-and-bottom.d.ts
T

4 lines
176 B
TypeScript

import { XmlComponent } from '../../xml-components';
import { IMargins } from '../floating';
export declare const createWrapTopAndBottom: (margins?: IMargins) => XmlComponent;