Skip to content

Commit

Permalink
exclude tabs types from esm target (uber#2922)
Browse files Browse the repository at this point in the history
related to uber#2497
  • Loading branch information
chasestarr authored Feb 26, 2020
1 parent 68a594e commit b9173fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export {
TabContent as StyledTabContent,
} from './styled-components.js';
// Flow
export * from './types';
export type * from './types';

0 comments on commit b9173fb

Please sign in to comment.