O
Size: a a a
O
SM
const withTheme = <T extends {}>(Component: React.ComponentType<T & AdditionalProps>) => (props: T) => (
<ThemeContext.Consumer>
{(value: AdditionalProps) => <Component {...value} {...props} />}
</Consumer>;
)
SM
Property 'blabla' is missing in type {}
AC
OS
OS
S
O
YO
G
OC
AC
OC
AC
OC
OC
G
G