UNPKG

@atlaskit/select

Version:

Select allows users to make a single selection or multiple selections from a list of options.

19 lines (18 loc) 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "CheckboxOption", { enumerable: true, get: function get() { return _checkboxOption.CheckboxOption; } }); Object.defineProperty(exports, "RadioOption", { enumerable: true, get: function get() { return _radioOption.RadioOption; } }); var _checkboxOption = require("../components/checkbox-option"); var _radioOption = require("../components/radio-option");