Fix TS error w/ children on portal

This commit is contained in:
Steve Klebanoff 2018-12-20 09:03:30 -08:00
parent f94bdc496a
commit 6dbcdad1ff

View File

@ -28,6 +28,7 @@ export interface ContainerProps {
borderBottomRightRadius?: StringOrNum;
borderBottom?: StringOrNum;
borderColor?: string;
children?: React.ReactNode;
maxWidth?: StringOrNum;
maxHeight?: StringOrNum;
width?: StringOrNum;