react-elegant-ui
Version:
Elegant UI components, made by BEM best practices for react
11 lines (10 loc) • 354 B
TypeScript
import './Select_listboxSize_max.css';
export interface IModSelectListboxSizeMax {
listboxSize?: 'max';
}
/**
* Modifier to set listbox width as large as need
*
* It useful for use with `ScrollbarOverlapContentFix`
*/
export declare const withModSelectListboxSizeMax: import("../../../lib/compose").ConfigurableHOC<IModSelectListboxSizeMax, {}>;