cosmo-ui
Version:
Common React components
7 lines • 461 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var constants_1 = require("../constants");
exports.openDropdown = function (key) { return ({ key: key, type: constants_1.OPEN_DROPDOWN }); };
exports.closeDropdown = function (key) { return ({ key: key, type: constants_1.CLOSE_DROPDOWN }); };
exports.toggleDropdown = function (key) { return ({ key: key, type: constants_1.TOGGLE_DROPDOWN }); };
//# sourceMappingURL=dropdown.1.js.map