export const TopBarProps = {
  showFullScreen: {
    type: Boolean,
    default: true,
  },
  customStyle: {
    type: Object,
  },
  customClass: {
    type: String,
  },
};
