import type { ContainerTheme } from '../Container.vue'

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

const theme: ContainerTheme = BaseTheme

export default theme
