"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const macros = { columnbreak: { renderInfo: { breakAround: true } } }; const environments = { multicols: { signature: "m o o" }, "multicols*": { signature: "m o o" } }; exports.environments = environments; exports.macros = macros; //# sourceMappingURL=index.cjs.map