Enabled declarations in tsconfig to be true
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Attributes, XmlComponent } from "../xml-components";
|
||||
|
||||
abstract class VerticalAlign extends XmlComponent {
|
||||
export abstract class VerticalAlign extends XmlComponent {
|
||||
|
||||
constructor(type: string) {
|
||||
super("w:vertAlign");
|
||||
|
Reference in New Issue
Block a user