Skip to content

Commit

Permalink
chore: Export TreeSelectProps type
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Sep 27, 2019
1 parent 255d9cc commit 3b4bcaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import TreeSelect from './TreeSelect';
import TreeSelect, { TreeSelectProps } from './TreeSelect';
import TreeNode from './TreeNode';
import { SHOW_ALL, SHOW_CHILD, SHOW_PARENT } from './utils/strategyUtil';

export { TreeNode, SHOW_ALL, SHOW_CHILD, SHOW_PARENT };
export { TreeNode, SHOW_ALL, SHOW_CHILD, SHOW_PARENT, TreeSelectProps };

export default TreeSelect;

0 comments on commit 3b4bcaa

Please sign in to comment.