Skip to content

Commit

Permalink
feat(antd-components): add default export (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenve authored Apr 20, 2020
1 parent e245f05 commit 0b4e64d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/antd-components/src/radio/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ Radio.Group = connect({
getProps: mapStyledProps,
getComponent: mapTextComponent
})(transformDataSourceKey(AntdRadio.Group, 'options'))

export default Radio
2 changes: 2 additions & 0 deletions packages/antd-components/src/upload/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,5 @@ export const Upload = connect({
}
}
)

export default Upload

0 comments on commit 0b4e64d

Please sign in to comment.