mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
19 lines
361 B
TypeScript
19 lines
361 B
TypeScript
import {
|
|
PlumeThemeNotesItem,
|
|
PlumeThemeNotesOptions,
|
|
PlumeThemeOptions,
|
|
PlumeThemeSidebarConfigOptions,
|
|
} from '../shared'
|
|
import { themePlume } from './theme'
|
|
export * from './theme'
|
|
export * from './define'
|
|
|
|
export {
|
|
PlumeThemeOptions,
|
|
PlumeThemeNotesOptions,
|
|
PlumeThemeNotesItem,
|
|
PlumeThemeSidebarConfigOptions,
|
|
}
|
|
|
|
export default themePlume
|