Move Orientation enum to enum folder
This commit is contained in:
parent
fbc5d0ec27
commit
417829945f
14 changed files with 13 additions and 13 deletions
|
@ -4,7 +4,7 @@ import { AddMethod } from '../Enums/AddMethod';
|
|||
import { PositionReference } from '../Enums/PositionReference';
|
||||
import { IAction } from './IAction';
|
||||
import { IMargin } from './IMargin';
|
||||
import { Orientation } from './Orientation';
|
||||
import { Orientation } from '../Enums/Orientation';
|
||||
|
||||
/** Model of available container used in application configuration */
|
||||
export interface IAvailableContainer {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import * as React from 'react';
|
||||
import { PositionReference } from '../Enums/PositionReference';
|
||||
import { IMargin } from './IMargin';
|
||||
import { Orientation } from './Orientation';
|
||||
import { Orientation } from '../Enums/Orientation';
|
||||
|
||||
/**
|
||||
* Properties of a container
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
export enum Orientation {
|
||||
Horizontal,
|
||||
Vertical
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue