import type { VariantType } from '@/types/vuetifyTypes' export const config = { sheet: { color: 'primary', }, backBtn: { size: 'small', variant: 'text' as VariantType, class: 'font-weight-regular white--text px-1', }, }