radio components

This commit is contained in:
cookfront
2017-02-12 12:53:22 +08:00
parent 906f2fad07
commit 7a21b3abde
6 changed files with 60 additions and 1 deletions

3
packages/radio/index.js Normal file
View File

@@ -0,0 +1,3 @@
import Radio from './src/radio';
export default Radio;