UNPKG

fui-fancyui

Version:
34 lines (33 loc) 742 B
"use client"; import { jsx as e } from "react/jsx-runtime"; import p from "../../atoms/DynamicElementWrapper/DynamicElementWrapper.js"; import { StyledChipList as h, ChipContainer as c } from "./ChipList.style.js"; function C(i) { const { themeType: r = "primary", layer: t = 2, outlined: s = !1, children: m, sizeC: a = "md", borderRadius: d, systemMessage: l, disabled: n, ...o } = i; return /* @__PURE__ */ e(p, { ...o, children: /* @__PURE__ */ e( h, { sizeC: a, borderRadius: d, themeType: r, layer: t, outlined: s, $sytemMessage: l, $disabled: n, children: /* @__PURE__ */ e(c, { children: m }) } ) }); } export { C as default };