mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
13 lines
300 B
TypeScript
13 lines
300 B
TypeScript
import type {
|
|
AutoFrontmatterOptions,
|
|
FrontmatterArray,
|
|
FrontmatterObject,
|
|
} from '../shared/index.js'
|
|
import { autoFrontmatterPlugin } from './plugin.js'
|
|
|
|
export * from './plugin.js'
|
|
|
|
export { AutoFrontmatterOptions, FrontmatterArray, FrontmatterObject }
|
|
|
|
export default autoFrontmatterPlugin
|