Repository URL to install this package:
|
Version:
2.0.2 ▾
|
"use strict";
var __importDefault = this && this.__importDefault || function (mod) {
return mod && mod.__esModule ? mod : {
"default": mod
};
};
Object.defineProperty(exports, "__esModule", {
value: true
});
const Select_1 = __importDefault(require("./Select"));
const SelectDropDown = Select_1.default;
exports.SelectDropDown = SelectDropDown;
exports.default = SelectDropDown; //# sourceMappingURL=SelectDropDown.js.map