UNPKG

150 BTypeScriptView Raw
1import { ComponentType } from 'react';
2export declare function withTheme<Props>(InnerComponent: ComponentType<Props>): (props: Props) => JSX.Element;