Rename interfaces
This commit is contained in:
parent
58ec891db3
commit
d9822fdabc
11 changed files with 33 additions and 67 deletions
9
src/Interfaces/AvailableContainer.ts
Normal file
9
src/Interfaces/AvailableContainer.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import React from 'react';
|
||||
|
||||
/** Model of available container used in application configuration */
|
||||
export interface AvailableContainer {
|
||||
Type: string
|
||||
Width: number
|
||||
Height: number
|
||||
Style: React.CSSProperties
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue