Files
docx-js/build/file/xml-components/xmlable-object.d.ts
2018-04-02 14:37:54 +03:00

7 lines
177 B
TypeScript

export interface IXmlableObject extends Object {
_attr?: {
[key: string]: string | number | boolean;
};
}
export declare const WORKAROUND3 = "workaround";