UNPKG

fui-fancyui

Version:
11 lines (10 loc) 332 B
"use client"; import { jsx as a } from "react/jsx-runtime"; import { StyledCheckerBoardPattern as c } from "./CheckerBoardPattern.style.js"; function i(t) { const { opacity: e, color: r = "#808080", externalStyle: o } = t; return /* @__PURE__ */ a(c, { $opacity: e, $color: r, $externalStyle: o }); } export { i as default };