dfh-ui-library 1.12.805 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { PhoneNumberInputProps } from "../../shared/models/components/common.model";
3
+ declare const PhoneNumberInput2: React.FC<PhoneNumberInputProps>;
4
+ export default PhoneNumberInput2;
@@ -1 +1,2 @@
1
1
  export { default as PhoneNumberInput } from "./PhoneNumberInput";
2
+ export { default as PhoneNumberInput2 } from "./PhoneNumberInput2";