UNPKG

220 BJavaScriptView Raw
1import InternalRadio from './radio';
2import Group from './group';
3import Button from './radioButton';
4var Radio = InternalRadio;
5Radio.Button = Button;
6Radio.Group = Group;
7export { Button, Group };
8export default Radio;
\No newline at end of file