UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 237 B
import './Icon_hasGlyph.css'; export interface IModIconGlyphCancel { glyph?: 'cancel'; } export declare const withModIconGlyphCancel: import("../../../lib/compose").ConfigurableHOC<IModIconGlyphCancel, import("../Icon").IIconProps>;