react-custom-tours
Version:
A library with tips that you can attach to blocks on your sites so that users can more easily understand how to use your site
21 lines (20 loc) • 468 B
JavaScript
import { jsx as m } from "react/jsx-runtime";
import { T as n } from "../../useTips-BVl3jrjB.js";
const c = (o) => {
const { children: e, tips: r, customColors: s, theme: i, escapeToClose: t, isHiddenClose: d, highlightPadding: l } = o;
return /* @__PURE__ */ m(
n,
{
tips: r,
theme: i,
customColors: s,
escapeToClose: t,
isHiddenClose: d,
highlightPadding: l,
children: e
}
);
};
export {
c as default
};