Skip to content

Commit

Permalink
Merge pull request #52 from Refinitiv/fix/tree-helpers-type
Browse files Browse the repository at this point in the history
chore: update types in tree helpers
  • Loading branch information
Sakchai-Refinitiv authored Oct 27, 2021
2 parents 0fa57ce + f30b11b commit c1c23a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/elements/src/tree/helpers/filter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Tree, TreeDataItem } from '../index';
import { TreeFilter } from './types';
import type { Tree, TreeDataItem } from '../index';
import type { TreeFilter } from './types';

/**
* Default filter used by tree
Expand Down

0 comments on commit c1c23a7

Please sign in to comment.