import type { DividerTheme } from '../Divider.vue'

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

const theme: DividerTheme = BaseTheme

export default theme
