fui-fancyui
Version:
FancyUI Libary
25 lines (24 loc) • 609 B
JavaScript
"use client";
import { jsx as i } from "react/jsx-runtime";
import { StyledHeader as m } from "./Header.style.js";
import u from "../../molecules/FancyNavBar/FancyNavBar.js";
import y from "./HeaderLogo/HeaderLogo.js";
function e(r) {
const { themeType: t = "primary", layer: o = 1, outlined: n, outlinedBackgroundStrength: a, children: l, externalStyle: d } = r;
return /* @__PURE__ */ i(
m,
{
$themeType: t,
$layer: o,
$outlined: n,
$outlinedBackgroundStrength: a,
$externalStyle: d,
children: l
}
);
}
e.Nav = u;
e.Logo = y;
export {
e as default
};