Files
docx-js/ts/docx/tab-stop.ts

6 lines
125 B
TypeScript
Raw Normal View History

2016-04-03 01:44:18 +01:00
import {XmlComponent, Attributes} from "./xml-components";
2016-03-30 02:55:11 +01:00
2016-04-03 01:44:18 +01:00
export class TabStop implements XmlComponent{
xmlKeys = {}
2016-03-30 02:55:11 +01:00
}