import type { CardTheme } from '../Card.vue'

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

const theme: CardTheme = BaseTheme

export default theme
