Merged PR 199: Add more Position for the dimensions + rename isDimensionBorrower and MarkPosition... + Refactor components in ContainerForm with Checkboxes and Selector + Add more docs
Add more Position for the dimensions Rename isDimensionBorrower and MarkPosition... Refactor components in ContainerForm with Checkboxes and Selector Add more docs
This commit is contained in:
parent
38666af314
commit
b88539e34d
13 changed files with 494 additions and 314 deletions
6
src/Enums/Position.ts
Normal file
6
src/Enums/Position.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export enum Position {
|
||||
Left,
|
||||
Down,
|
||||
Up,
|
||||
Right
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue