Skip to content

Commit

Permalink
refactor: 更新导出
Browse files Browse the repository at this point in the history
  • Loading branch information
dwqs committed Apr 9, 2018
1 parent c6a04ea commit 12fe1bd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ import AreaCascader from '../components/area-cascader/index';
export {
AreaSelect,
AreaCascader
};
};

const ReactAreaLinkage = {
AreaSelect,
AreaCascader
};

export default ReactAreaLinkage;

0 comments on commit 12fe1bd

Please sign in to comment.