Renamed interfaces to IInterface
This commit is contained in:
parent
6c601429b9
commit
4d17249818
32 changed files with 106 additions and 105 deletions
11
src/Interfaces/IAvailableContainer.ts
Normal file
11
src/Interfaces/IAvailableContainer.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import React from 'react';
|
||||
import { XPositionReference } from '../Enums/XPositionReference';
|
||||
|
||||
/** Model of available container used in application configuration */
|
||||
export interface IAvailableContainer {
|
||||
Type: string
|
||||
Width: number
|
||||
Height: number
|
||||
XPositionReference?: XPositionReference
|
||||
Style: React.CSSProperties
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue