UNPKG

react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

8 lines (5 loc) 227 B
import { RadioButton } from './RadioButton'; export { RadioButtonProps, RadioButtonTheme } from './RadioButton'; export { RadioGroup, RadioGroupProps } from './RadioGroup'; export { RadioButton }; export default RadioButton;