modified git ignore
This commit is contained in:
8
build/file/xml-components/xml-component.d.ts
vendored
Normal file
8
build/file/xml-components/xml-component.d.ts
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
import { BaseXmlComponent } from "./base";
|
||||
import { IXmlableObject } from "./xmlable-object";
|
||||
export { BaseXmlComponent };
|
||||
export declare abstract class XmlComponent extends BaseXmlComponent {
|
||||
protected root: Array<BaseXmlComponent | string>;
|
||||
constructor(rootKey: string);
|
||||
prepForXml(): IXmlableObject;
|
||||
}
|
Reference in New Issue
Block a user