UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 190 B
import './Icon_size_xs.css'; export interface IModIconSizeXS { size?: 'xs'; } export declare const withModIconSizeXS: import("../../../lib/compose").ConfigurableHOC<IModIconSizeXS, {}>;