UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 185 B
import './Icon_size_l.css'; export interface IModIconSizeL { size?: 'l'; } export declare const withModIconSizeL: import("../../../lib/compose").ConfigurableHOC<IModIconSizeL, {}>;