Skip to content

Commit

Permalink
chore: update the type of defaultThemeConfig to ThemeUserConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
WRXinYue committed Jul 22, 2024
1 parent 58ca3be commit 18f4a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/node/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import type { PluginOption } from 'vite'
import type { ResolvedValaxyOptions } from 'valaxy'
import type { ThemeConfig } from '../types'
import type { ThemeConfig, ThemeUserConfig } from '../types'

/**
* Default Config
*/
export const defaultThemeConfig: ThemeConfig = {
export const defaultThemeConfig: ThemeUserConfig = {
valaxyDarkOptions: {
circleTransition: true,
},
Expand Down

0 comments on commit 18f4a21

Please sign in to comment.