UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

9 lines (8 loc) 260 B
import './Select_width_max.css'; export interface IModSelectWidthMax { width?: 'max'; } /** * Modifier to set select width to max size */ export declare const withModSelectWidthMax: import("../../../lib/compose").ConfigurableHOC<IModSelectWidthMax, {}>;