react-toolbox/components/radio/index.d.ts

8 lines
227 B
TypeScript

import { RadioButton } from './RadioButton';
export { RadioButtonProps, RadioButtonTheme } from './RadioButton';
export { RadioGroup, RadioGroupProps } from './RadioGroup';
export { RadioButton };
export default RadioButton;