Skip to content

Commit

Permalink
chore: Export TabsProps
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed May 28, 2020
1 parent b349284 commit c3a0479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Tabs from './Tabs';
import Tabs, { TabsProps } from './Tabs';
import TabPane from './sugar/TabPane';

export { TabPane };
export { TabPane, TabsProps };

export default Tabs;

0 comments on commit c3a0479

Please sign in to comment.