File tree 4 files changed +6
-7
lines changed
packages/@vuepress/types/lib
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import ChainWebpackConfig from "webpack-chain";
2
2
import { PostCssLoaderOptions } from "./style" ;
3
3
import { MarkdownConfig } from "./markdown" ;
4
4
import { LocaleConfig } from "./locale" ;
5
- import { ThemeConfig } from "./default- theme" ;
5
+ import { ThemeConfig } from "./theme" ;
6
6
import { PluginTuple , PluginObject } from "./plugin" ;
7
7
8
8
/**
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ export * from './locale'
3
3
export * from './markdown'
4
4
export * from './style'
5
5
export * from './context'
6
- export * from './default- theme'
6
+ export * from './theme-default '
Original file line number Diff line number Diff line change @@ -255,8 +255,3 @@ export type DefaultThemeConfig = {
255
255
*/
256
256
selectText ?: string ;
257
257
} ;
258
-
259
- /**
260
- * Default theme config type
261
- */
262
- export type ThemeConfig = any ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Default theme config type
3
+ */
4
+ export type ThemeConfig = any ;
You can’t perform that action at this time.
0 commit comments