UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

12 lines (11 loc) 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withModTextinputViewDefault = void 0; var _compose = require("../../../lib/compose"); var _Textinput = require("../Textinput"); require("./Textinput_view_default.css"); var withModTextinputViewDefault = exports.withModTextinputViewDefault = (0, _compose.withClassnameHOC)((0, _Textinput.cnTextinput)(), { view: 'default' });