Fix exported type definitions
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import { BaseXmlComponent } from "file/xml-components";
|
||||
import { IXmlableObject } from "file/xml-components/xmlable-object";
|
||||
import { BaseXmlComponent, IXmlableObject } from "file/xml-components";
|
||||
|
||||
export class Formatter {
|
||||
public format(input: BaseXmlComponent): IXmlableObject {
|
||||
|
Reference in New Issue
Block a user