Files
docx-js/build/file/paragraph/formatting/border.d.ts

5 lines
144 B
TypeScript
Raw Normal View History

2018-04-02 14:37:54 +03:00
import { XmlComponent } from "../../../file/xml-components";
export declare class ThematicBreak extends XmlComponent {
constructor();
}