Move dimension options in Dimensions class

This commit is contained in:
Eric NGUYEN 2022-11-09 16:00:24 +01:00
parent 96c3fbdf4e
commit 3d6d979389
11 changed files with 112 additions and 77 deletions

View file

@ -19,4 +19,9 @@ export enum PropertyType {
* Margin property: is inside the margin property: left, bottom, top, right...
*/
Margin,
/**
* Dimension options
*/
DimensionOptions,
}