import { VxeGlobalThemeName } from '../../types'

export const themeConfigStore: {
  theme: VxeGlobalThemeName
} = {
  theme: ''
}
