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;
|
||||
borderBottom?: StringOrNum;
|
||||
borderColor?: string;
|
||||
children?: React.ReactNode;
|
||||
maxWidth?: StringOrNum;
|
||||
maxHeight?: StringOrNum;
|
||||
width?: StringOrNum;
|
||||
|
Loading…
x
Reference in New Issue
Block a user