fui-fancyui
Version:
FancyUI Libary
45 lines (44 loc) • 840 B
JavaScript
"use client";
import { jsx as t } from "react/jsx-runtime";
import { Wrapper as u, ActiveSwitchIndicator as y } from "./SwitchActiveIndicator.style.js";
function S(e) {
const {
itemNumber: i,
tabSpacing: r,
direction: n,
indicatorWidth: o,
themeType: a,
layer: c,
outlined: d,
borderRadius: l,
indicatorHeight: p,
type: m,
externalStyle: $,
...h
} = e;
return /* @__PURE__ */ t(
u,
{
$itemNumber: i,
$tabSpacing: r,
$direction: n,
$externalStyle: $,
...h,
children: /* @__PURE__ */ t(
y,
{
$indicatorWidth: o,
$indicatorHeight: p,
$themeType: a,
$layer: c,
$outlined: d,
$borderRadius: l,
$type: m
}
)
}
);
}
export {
S as default
};