UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 254 B
import './Icon_hasGlyph.css'; export interface IModIconGlyphCheckThick { glyph?: 'check-thick'; } export declare const withModIconGlyphCheckThick: import("../../../lib/compose").ConfigurableHOC<IModIconGlyphCheckThick, import("../Icon").IIconProps>;