Move dimension options in Dimensions class
This commit is contained in:
parent
96c3fbdf4e
commit
3d6d979389
11 changed files with 112 additions and 77 deletions
|
@ -19,4 +19,9 @@ export enum PropertyType {
|
|||
* Margin property: is inside the margin property: left, bottom, top, right...
|
||||
*/
|
||||
Margin,
|
||||
|
||||
/**
|
||||
* Dimension options
|
||||
*/
|
||||
DimensionOptions,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue