export const dataEvents = [
  {
    name: "onCheckRadio",
    description: "Dispacthed when the RadioButton is checked.",
  },
  {
    name: "onFocusRadio",
    description: "Dispacthed when the RadioButton receive focus.",
  },
];
