Improve import alias
@file/ and @export/ instead of file/ and export/ etc
This commit is contained in:
@ -9,8 +9,8 @@
|
||||
// </xsd:sequence>
|
||||
// </xsd:complexType>
|
||||
|
||||
import { twipsMeasureValue } from "file/values";
|
||||
import { XmlAttributeComponent, XmlComponent } from "file/xml-components";
|
||||
import { XmlAttributeComponent, XmlComponent } from "@file/xml-components";
|
||||
import { twipsMeasureValue } from "@util/values";
|
||||
|
||||
export class TableGrid extends XmlComponent {
|
||||
constructor(widths: number[] | string[]) {
|
||||
|
Reference in New Issue
Block a user