"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var multiple_1 = require("./multiple");
exports.multipleSelection = multiple_1.multipleSelection;
var single_1 = require("./single");
exports.singleSelection = single_1.singleSelection;