svg-layout-designer-react/src/Enums/Position.ts
Eric Nguyen b88539e34d 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
2022-09-30 09:28:08 +00:00

6 lines
55 B
TypeScript

export enum Position {
Left,
Down,
Up,
Right
}