Implement selected container
This commit is contained in:
parent
6c316e8032
commit
092b156cc0
2 changed files with 34 additions and 27 deletions
|
@ -1,6 +1,8 @@
|
|||
import * as React from 'react';
|
||||
|
||||
interface IContainerProps {
|
||||
// eslint-disable-next-line no-use-before-define
|
||||
parent: Container | null,
|
||||
id: string,
|
||||
// eslint-disable-next-line no-use-before-define
|
||||
children: Container[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue