UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 190 B
import './Icon_size_xl.css'; export interface IModIconSizeXL { size?: 'xl'; } export declare const withModIconSizeXL: import("../../../lib/compose").ConfigurableHOC<IModIconSizeXL, {}>;