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

Commit

Permalink
fix import type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
javadbat committed Jul 18, 2024
1 parent e2b1160 commit d90f669
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 { ValidationValue } from 'jb-date-input/dist/web-component/jb-date-input/lib/types';
import { type ValidationValue } from 'jb-date-input/types';

export { JBDateInputInputTypes, JBDateInputValueObject };

Expand Down

0 comments on commit d90f669

Please sign in to comment.