import type { PopoverTheme } from '../Popover.vue'

const theme: PopoverTheme = {
  classes: {
    wrapper: 'relative',

    content: 'max-w-xs',
  },
}

export default theme
