Fix TS error w/ children on portal
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user