Improve import alias
@file/ and @export/ instead of file/ and export/ etc
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { UnderlineType } from "file/paragraph/run/underline";
|
||||
import { UnderlineType } from "@file/paragraph/run/underline";
|
||||
|
||||
import { LineRuleType } from "file/paragraph";
|
||||
import { LineRuleType } from "@file/paragraph";
|
||||
|
||||
import { IBaseCharacterStyleOptions, StyleForCharacter } from "./character-style";
|
||||
import { IBaseParagraphStyleOptions, IParagraphStyleOptions, StyleForParagraph } from "./paragraph-style";
|
||||
|
Reference in New Issue
Block a user