fixed more linting issues
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { BaseXmlComponent } from "../docx/xml-components";
|
||||
|
||||
export class Formatter {
|
||||
public format(input: BaseXmlComponent): any {
|
||||
public format(input: BaseXmlComponent): XmlableObject {
|
||||
return input.prepForXml();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user