UNPKG

@pierre/diffs

Version:

17 lines (15 loc) 388 B
import { createHastElement } from "./hast_utils.js"; //#region src/utils/createContentColumn.ts function createContentColumn(children, rowCount) { return createHastElement({ tagName: "div", children, properties: { "data-content": "", style: `grid-row: span ${rowCount}` } }); } //#endregion export { createContentColumn }; //# sourceMappingURL=createContentColumn.js.map