fixed more linting issues
This commit is contained in:
3
ts/docx/xml-components/xmlable-object.d.ts
vendored
Normal file
3
ts/docx/xml-components/xmlable-object.d.ts
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
declare interface XmlableObject extends Object {
|
||||
_attr?: { [key: string]: (string | number | boolean) }
|
||||
}
|
Reference in New Issue
Block a user