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

Commit ed7f5bc

Browse files
committed
refactor: validation
1 parent 92aae64 commit ed7f5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/JBDateInput.tsx

Lines changed: 1 addition & 1 deletion
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 { JBDateInputValidationValue } from 'jb-date-input/dist/web-component/jb-date-input/lib/types';
6+
import { VallidationValue } from 'jb-date-input/dist/web-component/jb-date-input/lib/types';
77

88
export { JBDateInputInputTypes, JBDateInputValueObject };
99

0 commit comments

Comments
 (0)