UNPKG

geostyler

Version:
19 lines (18 loc) 358 B
import { jsx as e } from "react/jsx-runtime"; /* empty css */ import t from "../../../Util/RuleGeneratorUtil.js"; const m = ({ colors: r }) => { const o = t.generateBackgroundStyleFromColors(r); return /* @__PURE__ */ e( "div", { className: "colors-preview", style: o } ); }; export { m as ColorsPreview };