UNPKG

el-react-ui

Version:

Energylink React UI components

3 lines (2 loc) 125 B
import { ThemeProps } from '@/utils/types'; export declare const themed: <P>(key: string) => (props: ThemeProps & P) => any;