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