Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit e2b1160

Browse files
committed
بهط فغحخ هسسعث
1 parent ed7f5bc commit e2b1160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/JBDateInput.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'jb-date-input';
33
// eslint-disable-next-line no-duplicate-imports
44
import { JBDateInputWebComponent, JBDateInputInputTypes, ValidationItem, JBDDateInputInboxElementWebComponent, JBDateInputValueObject } from 'jb-date-input';
55
import { useEvent } from '../../../common/hooks/use-event';
6-
import { VallidationValue } from 'jb-date-input/dist/web-component/jb-date-input/lib/types';
6+
import { ValidationValue } from 'jb-date-input/dist/web-component/jb-date-input/lib/types';
77

88
export { JBDateInputInputTypes, JBDateInputValueObject };
99

@@ -45,7 +45,7 @@ export type JBDateInputProps = {
4545
inputType?: 'GREGORIAN' | 'JALALI',
4646
direction?: 'ltr' | 'rtl',
4747
value?: string | Date | null | undefined,
48-
validationList?: ValidationItem<JBDateInputValidationValue>[],
48+
validationList?: ValidationItem<ValidationValue>[],
4949
required?: boolean,
5050
calendarDefaultDateView?: { year: number, month: number, dateType: JBDateInputInputTypes },
5151
usePersianNumber?: boolean,

0 commit comments

Comments
 (0)