mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-24 11:08:16 +08:00
9 lines
160 B
TypeScript
9 lines
160 B
TypeScript
import { plumeTheme } from './theme.js'
|
|
|
|
export * from './defineConfig.js'
|
|
export * from '../shared/index.js'
|
|
|
|
export { plumeTheme }
|
|
|
|
export default plumeTheme
|