export const ButtonProps = {
  width: {
    type: String,
  },
  height: {
    type: String,
  },
  showText: {
    type: Boolean,
    default: true,
  },
  iconSize: {
    type: String,
  },
};
