Improve import alias
@file/ and @export/ instead of file/ and export/ etc
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { BorderElement, IBorderOptions } from "file/border";
|
||||
import { IShadingAttributesProperties, Shading } from "file/shading";
|
||||
import { SpaceType } from "file/space-type";
|
||||
import { ChangeAttributes, IChangedAttributesProperties } from "file/track-revision/track-revision";
|
||||
import { HpsMeasureElement, IgnoreIfEmptyXmlComponent, OnOffElement, StringValueElement, XmlComponent } from "file/xml-components";
|
||||
import { BorderElement, IBorderOptions } from "@file/border";
|
||||
import { IShadingAttributesProperties, Shading } from "@file/shading";
|
||||
import { SpaceType } from "@file/space-type";
|
||||
import { ChangeAttributes, IChangedAttributesProperties } from "@file/track-revision/track-revision";
|
||||
import { HpsMeasureElement, IgnoreIfEmptyXmlComponent, OnOffElement, StringValueElement, XmlComponent } from "@file/xml-components";
|
||||
|
||||
import { EmphasisMark, EmphasisMarkType } from "./emphasis-mark";
|
||||
import { CharacterSpacing, Color, Highlight, HighlightComplexScript } from "./formatting";
|
||||
|
Reference in New Issue
Block a user