Skip to content

Commit

Permalink
Merge pull request #17376 from ant-design/feature
Browse files Browse the repository at this point in the history
merge Feather into master
  • Loading branch information
chenshuai2144 committed Jun 30, 2019
2 parents a5f4956 + 4972383 commit 859be32
Show file tree
Hide file tree
Showing 17 changed files with 2,006 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/__tests__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Array [
"Progress",
"Radio",
"Rate",
"Result",
"Row",
"Select",
"Skeleton",
Expand Down
2 changes: 2 additions & 0 deletions components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ export { default as Radio } from './radio';

export { default as Rate } from './rate';

export { default as Result } from './result';

export { default as Row } from './row';

export { default as Select } from './select';
Expand Down

0 comments on commit 859be32

Please sign in to comment.