Files
study-bible-project/node_modules/docx/dist/file/drawing/floating/position-offset.d.ts
T

3 lines
135 B
TypeScript

import { XmlComponent } from '../../xml-components';
export declare const createPositionOffset: (offsetValue: number) => XmlComponent;