Files
docx-js/ts/docx/xml-components/xmlable-object.d.ts

4 lines
110 B
TypeScript
Raw Normal View History

2017-04-15 20:11:54 +01:00
declare interface XmlableObject extends Object {
_attr?: { [key: string]: (string | number | boolean) }
}