@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
15 lines (14 loc) • 407 B
JavaScript
import { t as p } from "../../phone-number.provider-CdPQAKnl.js";
import { t } from "../../Wrapper-TuoyTFqo.js";
import { forwardRef as f } from "react";
import { jsx as r } from "react/jsx-runtime";
var h = f(({ defaultCountryCode: o = "US", ...m }, e) => /* @__PURE__ */ r(p, {
defaultCountryCode: o,
children: /* @__PURE__ */ r(t, {
ref: e,
...m
})
}));
export {
h as PhoneNumberInput
};