UNPKG

el-react-ui

Version:

Energylink React UI components

10 lines (9 loc) 176 B
import { ReactChild } from 'react'; export interface ThemeProps { theme: { [key: string]: any; }; } export interface WrapperProps { children: ReactChild; }