import type { DrawerTheme } from '../Drawer.vue'

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

const theme: DrawerTheme = BaseTheme

export default theme
