@dndbuilder.com/react
Version:
Drag and drop builder for React
10 lines (9 loc) • 492 B
JavaScript
"use client";
import { jsx as r } from "react/jsx-runtime";
import { classNames as i } from "../../../../../utils.js";
import { FiChevronRight as m } from "../../../../../node_modules/.pnpm/react-icons@5.5.0_react@19.0.0/node_modules/react-icons/fi/index.js";
const h = ({ onClick: o, classes: t }) => /* @__PURE__ */ r("div", { onClick: o, className: i("arrow arrow-right", t), children: /* @__PURE__ */ r(m, {}) });
export {
h as default
};
//# sourceMappingURL=custom-right-arrow.js.map