UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

23 lines (22 loc) 745 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _exportNames = { Checkbox: true }; exports.Checkbox = void 0; var _withFocusVisible = require("../../hocs/withFocusVisible"); var _Checkbox = require("./Checkbox"); Object.keys(_Checkbox).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _Checkbox[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _Checkbox[key]; } }); }); var Checkbox = exports.Checkbox = (0, _withFocusVisible.withFocusVisible)((0, _Checkbox.cnCheckbox)())(_Checkbox.Checkbox);