Skip to content

Commit

Permalink
refactor: update validation dep
Browse files Browse the repository at this point in the history
  • Loading branch information
javadbat committed Aug 13, 2024
1 parent c4b3818 commit 88ff4ba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/JBDateInput.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import React, { useEffect, useRef, useState, useImperativeHandle, useCallback, DOMAttributes } from 'react';
import React, { useEffect, useRef, useState, useImperativeHandle, useCallback } from 'react';
import 'jb-date-input';
// eslint-disable-next-line no-duplicate-imports
import { JBDateInputWebComponent, JBDateInputInputTypes, ValidationItem, JBDDateInputInboxElementWebComponent, JBDateInputValueObject } from 'jb-date-input';
import { JBDateInputWebComponent, type JBDateInputInputTypes, } from 'jb-date-input';
import { type ValidationItem } from 'jb-validation/types';
import { useEvent } from '../../../common/hooks/use-event';
import { type ValidationValue } from 'jb-date-input/types';
import { type ValidationValue, type JBDateInputValueObject } from 'jb-date-input/types';

export { JBDateInputInputTypes, JBDateInputValueObject };
export { type JBDateInputInputTypes, type JBDateInputValueObject };
declare global {
// eslint-disable-next-line @typescript-eslint/no-namespace
namespace JSX {
Expand Down

0 comments on commit 88ff4ba

Please sign in to comment.