@cimpress/react-components
Version:
React components to support the MCP styleguide
6 lines • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.unstable_GridLayout = void 0;
var GridLayout_1 = require("./GridLayout");
Object.defineProperty(exports, "unstable_GridLayout", { enumerable: true, get: function () { return GridLayout_1.GridLayout; } });
//# sourceMappingURL=index.js.map