UNPKG

@patternplate/client

Version:

Universal javascript client application for patternplate

19 lines (15 loc) 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reduxActions = require("redux-actions"); var _default = (0, _reduxActions.createAction)("WINDOW_RESIZE", ({ width, height }) => ({ width, height })); exports.default = _default; //# sourceMappingURL=window-resize.js.map