Skip to content

Commit

Permalink
refactor: validation
Browse files Browse the repository at this point in the history
  • Loading branch information
javadbat committed Jul 5, 2024
1 parent 92aae64 commit ed7f5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 { JBDateInputValidationValue } from 'jb-date-input/dist/web-component/jb-date-input/lib/types';
import { VallidationValue } from 'jb-date-input/dist/web-component/jb-date-input/lib/types';

export { JBDateInputInputTypes, JBDateInputValueObject };

Expand Down

0 comments on commit ed7f5bc

Please sign in to comment.