mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
import type { BlogPostData, BlogPostDataItem } from '../shared/index.js'
|
|
|
|
export * from './composables/index.js'
|
|
|
|
export type { BlogPostData, BlogPostDataItem }
|