mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-05-01 12:38:12 +08:00
13 lines
292 B
TypeScript
13 lines
292 B
TypeScript
import type {
|
|
AutoFrontmatterOptions,
|
|
FormatterArray,
|
|
FormatterObject,
|
|
} from '../shared/index.js'
|
|
import { autoFrontmatterPlugin } from './plugin.js'
|
|
|
|
export * from './plugin.js'
|
|
|
|
export { AutoFrontmatterOptions, FormatterArray, FormatterObject }
|
|
|
|
export default autoFrontmatterPlugin
|