UNPKG

react-dipswitch

Version:

An interactive & customizable Dipswitch component for react.

13 lines (8 loc) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _Dipswitch = require("./Dipswitch"); var _Dipswitch2 = _interopRequireDefault(_Dipswitch); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.default = _Dipswitch2.default;