UNPKG

fui-fancyui

Version:
11 lines (10 loc) 376 B
"use client"; import { jsx as e } from "react/jsx-runtime"; import { LoadingContainer as i, LoadingBar as l } from "./FancyLoadingBar.style.js"; function c(r) { const { themeType: t, layer: n, externalStyle: a, ...o } = r; return /* @__PURE__ */ e(i, { $externalStyle: a, ...o, children: /* @__PURE__ */ e(l, { $themeType: t, $layer: n }) }); } export { c as default };