UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines 236 B
import { withClassnameHOC } from '../../../lib/compose'; import { cnTextinput } from '../Textinput'; import './Textinput_view_default.css'; export var withModTextinputViewDefault = withClassnameHOC(cnTextinput(), { view: 'default' });