Skip to content

Commit

Permalink
fix(Balloon): babel exports issue
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Apr 4, 2019
1 parent ec13dd2 commit 74a09a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/balloon/util.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

function getDisabledCompatibleTrigger(element) {
export function getDisabledCompatibleTrigger(element) {
if (
element.type.displayName === 'Config(Button)' &&
element.props.disabled
Expand All @@ -24,5 +24,3 @@ function getDisabledCompatibleTrigger(element) {
}
return element;
}

export default { getDisabledCompatibleTrigger };

0 comments on commit 74a09a4

Please sign in to comment.