File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
packages/@vuepress/types/lib Expand file tree Collapse file tree 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";
22import { PostCssLoaderOptions } from "./style" ;
33import { MarkdownConfig } from "./markdown" ;
44import { LocaleConfig } from "./locale" ;
5- import { ThemeConfig } from "./default- theme" ;
5+ import { ThemeConfig } from "./theme" ;
66import { PluginTuple , PluginObject } from "./plugin" ;
77
88/**
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ export * from './locale'
33export * from './markdown'
44export * from './style'
55export * 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 = {
255255 */
256256 selectText ?: string ;
257257} ;
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