import type { PaginationTheme } from '../Pagination.vue'

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

const theme: PaginationTheme = BaseTheme

export default theme
