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

import BaseTheme from './Popover.base.theme'

const theme: PopoverTheme = BaseTheme

export default theme
