import type { SliderTheme } from '../Slider.vue'

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

const theme: SliderTheme = BaseTheme

export default theme
