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

Commit

Permalink
بهط فغحخ هسسعث
Browse files Browse the repository at this point in the history
  • Loading branch information
javadbat committed Jul 6, 2024
1 parent ed7f5bc commit e2b1160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/JBDateInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'jb-date-input';
// eslint-disable-next-line no-duplicate-imports
import { JBDateInputWebComponent, JBDateInputInputTypes, ValidationItem, JBDDateInputInboxElementWebComponent, JBDateInputValueObject } from 'jb-date-input';
import { useEvent } from '../../../common/hooks/use-event';
import { VallidationValue } from 'jb-date-input/dist/web-component/jb-date-input/lib/types';
import { ValidationValue } from 'jb-date-input/dist/web-component/jb-date-input/lib/types';

export { JBDateInputInputTypes, JBDateInputValueObject };

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

0 comments on commit e2b1160

Please sign in to comment.