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