import type { StepperTheme } from '../Stepper.vue'

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

const theme: StepperTheme = BaseTheme

export default theme
