export const events = [
  {
    name: "onClickItem",
    description: "Dispacthed when an element of the list is clicked",
  },
];
