cosmo-ui
Version:
Common React components
7 lines • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var constants_1 = require("../constants");
exports.openDrawer = function (key) { return ({ key: key, type: constants_1.OPEN_DRAWER }); };
exports.closeDrawer = function (key) { return ({ key: key, type: constants_1.CLOSE_DRAWER }); };
exports.toggleDrawer = function (key) { return ({ key: key, type: constants_1.TOGGLE_DRAWER }); };
//# sourceMappingURL=drawer.js.map