export const TopBarProps = {
  customStyle: {
    type: Object,
  },
  customClass: {
    type: String,
  },
};
