modified git ignore
This commit is contained in:
6
build/file/xml-components/xmlable-object.d.ts
vendored
Normal file
6
build/file/xml-components/xmlable-object.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
export interface IXmlableObject extends Object {
|
||||
_attr?: {
|
||||
[key: string]: string | number | boolean;
|
||||
};
|
||||
}
|
||||
export declare const WORKAROUND3 = "workaround";
|
Reference in New Issue
Block a user