UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

12 lines (11 loc) 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withModCheckboxMultiline = void 0; var _compose = require("../../../lib/compose"); var _Checkbox = require("../Checkbox"); require("./Checkbox_multiline.css"); var withModCheckboxMultiline = exports.withModCheckboxMultiline = (0, _compose.withClassnameHOC)((0, _Checkbox.cnCheckbox)(), { multiline: true });