dfh-ui-library 1.13.8 → 1.13.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,5 +2,5 @@ import React from "react";
|
|
2
2
|
import { PhoneNumberInputProps } from "../../shared/models/components/common.model";
|
3
3
|
import 'react-phone-number-input/style.css';
|
4
4
|
import './phoneInput.css';
|
5
|
-
declare const PhoneNumberInput3: React.
|
5
|
+
declare const PhoneNumberInput3: <T extends PhoneNumberInputProps>({ value, onChange, placeholder, additionalClasses, labelType, isBorderedError, inputVariant, error, type, readOnly, label, name, isAdditionalErrorInput, additionalErrorClasses, field, isRequired, ...props }: T) => React.JSX.Element;
|
6
6
|
export default PhoneNumberInput3;
|