Skip to content

Commit

Permalink
fix: update export props #87
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Jul 29, 2018
1 parent a8a5f85 commit e8cbe7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/dropdown/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dropdown from './dropdown'
import DropdownButton from './dropdown-button'

export { DropDownProps } from './dropdown'
export { DropdownProps } from './dropdown'
export { DropdownButtonProps } from './dropdown-button'

Dropdown.Button = DropdownButton
Expand Down
1 change: 0 additions & 1 deletion components/upload/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Upload from './Upload'
import Dragger from './Dragger'

export { UploadProps, UploadListProps, UploadChangeParam } from './interface'
export { DraggerProps } from './Dragger'

Upload.Dragger = Dragger
export default Upload

0 comments on commit e8cbe7d

Please sign in to comment.