Fix TS error w/ children on portal
This commit is contained in:
parent
f94bdc496a
commit
6dbcdad1ff
@ -28,6 +28,7 @@ export interface ContainerProps {
|
|||||||
borderBottomRightRadius?: StringOrNum;
|
borderBottomRightRadius?: StringOrNum;
|
||||||
borderBottom?: StringOrNum;
|
borderBottom?: StringOrNum;
|
||||||
borderColor?: string;
|
borderColor?: string;
|
||||||
|
children?: React.ReactNode;
|
||||||
maxWidth?: StringOrNum;
|
maxWidth?: StringOrNum;
|
||||||
maxHeight?: StringOrNum;
|
maxHeight?: StringOrNum;
|
||||||
width?: StringOrNum;
|
width?: StringOrNum;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user