Remove MainContainer as it is the same as Container
This commit is contained in:
parent
2a445cfdc2
commit
63d72b883b
4 changed files with 32 additions and 40 deletions
|
@ -1,9 +1,9 @@
|
|||
import * as React from 'react';
|
||||
import { MainContainer } from './Elements/MainContainer';
|
||||
import { ReactSVGPanZoom, Tool, Value, TOOL_PAN } from 'react-svg-pan-zoom';
|
||||
import { Container } from './Elements/Container';
|
||||
|
||||
interface ISVGProps {
|
||||
children: MainContainer | MainContainer[] | null,
|
||||
children: Container | Container[] | null,
|
||||
}
|
||||
|
||||
interface ISVGState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue