hplx-react-elements-dev 1.1.82 → 1.1.83
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.
package/dist/esm/types.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export interface InputFieldProps {
|
|
|
30
30
|
showEmailSuggestions?: boolean;
|
|
31
31
|
}
|
|
32
32
|
export interface DatePickerProps {
|
|
33
|
+
className?: string;
|
|
33
34
|
disable?: boolean;
|
|
34
35
|
placeholder?: string;
|
|
35
36
|
disabledDates?: Date[];
|
|
@@ -459,6 +460,7 @@ export interface DoubleInputProps {
|
|
|
459
460
|
placeholder?: string;
|
|
460
461
|
widthDate?: string;
|
|
461
462
|
widthDrpdwn?: string;
|
|
463
|
+
classNameDatePicker?: string;
|
|
462
464
|
widthSufixDrpdwn?: string;
|
|
463
465
|
isborderRequired?: boolean;
|
|
464
466
|
disable?: boolean;
|