UNPKG

fannypack-v5

Version:

An accessible, composable, and friendly React UI Kit

3 lines (2 loc) 175 B
import * as React from 'react'; export declare function applyTheme<ThemeConfig>(Comp: React.FunctionComponent<any>, theme: ThemeConfig): <Props>(props: Props) => JSX.Element;