@lanaco/lnc-react-ui
Version:
React component library
30 lines (29 loc) • 651 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { forwardRef as p } from "react";
import { L as d } from "./index-eOeAkUSU.js";
const F = p((e, t) => {
const {
locationFinderTitle: n,
locationFinderPlaceholder: i,
openMapText: r,
onOpenMap: a = () => {
},
mapFilters: l,
inputComponent: c
} = e;
return /* @__PURE__ */ o("div", { className: "lp-section lp-location-finder-section", children: /* @__PURE__ */ o(
d,
{
ref: t,
title: n,
placeholderText: i,
onOpenMap: a,
openMapText: r,
mapFilters: l,
inputComponent: c
}
) });
});
export {
F as default
};