UNPKG

@macrostrat/column-components

Version:

React rendering primitives for stratigraphic columns

11 lines (10 loc) 260 B
"use strict"; require("../io/lch/index.cjs"); const _hsx = require("./_hsx.cjs"); const index = require("./index.cjs"); const lch = (col1, col2, f) => { return _hsx(col1, col2, f, "lch"); }; index.lch = lch; index.hcl = lch; //# sourceMappingURL=lch.cjs.map