UNPKG

87 BJavaScriptView Raw
1import checkbox from './checkbox';
2
3export default {
4 ...checkbox, name: 'radio'
5};