fui-fancyui
Version:
FancyUI Libary
11 lines (10 loc) • 349 B
JavaScript
"use client";
import { jsx as s } from "react/jsx-runtime";
import { GradientText as a } from "./TextGradient.style.js";
function l(o) {
const { children: e, degree: t, colors: r, orientation: i, position: n } = o;
return /* @__PURE__ */ s(a, { $degree: t, $colors: r, $orientation: i, $position: n, children: e });
}
export {
l as default
};