Rename interfaces
This commit is contained in:
parent
58ec891db3
commit
d9822fdabc
11 changed files with 33 additions and 67 deletions
|
@ -1,8 +1,8 @@
|
|||
import * as React from 'react';
|
||||
import { IAvailableContainerModel } from '../../Interfaces/IAvailableContainerModel';
|
||||
import { AvailableContainer } from '../../Interfaces/AvailableContainer';
|
||||
|
||||
interface ISidebarProps {
|
||||
componentOptions: IAvailableContainerModel[]
|
||||
componentOptions: AvailableContainer[]
|
||||
isOpen: boolean;
|
||||
onClick: () => void;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue