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