UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

9 lines (8 loc) 418 B
import { jsx as r } from "react/jsx-runtime"; import { forwardRef as p } from "react"; import { PhoneNumberProvider as t } from "./contexts/phone-number.provider.js"; import { Wrapper as f } from "./components/Wrapper.js"; const u = p(({ defaultCountryCode: o = "US", ...m }, e) => /* @__PURE__ */ r(t, { defaultCountryCode: o, children: /* @__PURE__ */ r(f, { ref: e, ...m }) })); export { u as PhoneNumberInput };