import RadioButton from "../radio.spec";

export const RadioButtonNormal = (props: any) => <RadioButton {...props}/>;