index.js 236 B

123456789
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.grid = void 0;
  4. var grid = function (container, children, config) {
  5. // todo
  6. return [];
  7. };
  8. exports.grid = grid;
  9. //# sourceMappingURL=index.js.map