UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 208 B
import './Button_width_max.css'; export interface IModButtonWidthMax { width?: 'max'; } export declare const withModButtonWidthMax: import("../../../lib/compose").ConfigurableHOC<IModButtonWidthMax, {}>;