UNPKG

@kalamazoo/theme

Version:
3 lines (2 loc) 150 B
import { ComponentType } from 'react'; export declare function withTheme<Props>(InnerComponent: ComponentType<Props>): (props: Props) => JSX.Element;