export type Theme = 'dark' | 'light'

export type Mode = 'horizontal' | 'vertical'
