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

4 lines
169 B
TypeScript

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