mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-24 11:08:16 +08:00
12 lines
226 B
TypeScript
12 lines
226 B
TypeScript
import { plumeTheme } from './theme.js'
|
|
|
|
export * from '../shared/index.js'
|
|
export * from './defineConfig.js'
|
|
|
|
export { plumeTheme }
|
|
|
|
/**
|
|
* @deprecated 请使用 具名导出 替代 默认导出
|
|
*/
|
|
export default plumeTheme
|