tslint fixes
This commit is contained in:
@ -5,7 +5,9 @@ interface IComponentAttributes {
|
||||
}
|
||||
|
||||
class ComponentAttributes extends XmlAttributeComponent {
|
||||
/* tslint:disable */
|
||||
private _attr: IComponentAttributes;
|
||||
/* tslint:enable */
|
||||
|
||||
constructor(properties: IComponentAttributes) {
|
||||
super({val: "w:val"}, properties);
|
||||
|
Reference in New Issue
Block a user