Skip to content

Commit

Permalink
chore: added TabsConfigsType back till the next major release
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Apr 26, 2020
1 parent 082f3b5 commit 31883bd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
export { AnimatedTabBar as default } from './AnimatedTabBar';
export { BubbleTabConfig, BubbleTabIconProps } from './bubble';
export { TabsConfig } from './types';
import { BubbleTabConfig, BubbleTabIconProps } from './bubble';
import { TabsConfig } from './types';

/**
* @todo
* remove this on the next major release
*/
export type TabsConfigsType = TabsConfig<BubbleTabConfig>;

export { BubbleTabConfig, BubbleTabIconProps, TabsConfig };

0 comments on commit 31883bd

Please sign in to comment.