#1773 Add exact for spacing

This commit is contained in:
Dolan Miu
2022-11-19 15:51:41 +00:00
parent 64b604c9ac
commit 251eafe103
2 changed files with 10 additions and 7 deletions

View File

@ -4,6 +4,7 @@ import { XmlAttributeComponent, XmlComponent } from "@file/xml-components";
export enum LineRuleType {
AT_LEAST = "atLeast",
EXACTLY = "exactly",
EXACT = "exact",
AUTO = "auto",
}
export interface ISpacingProperties {