mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
declare module '@internal/pagesComponents' {
|
|
const pagesComponents: Record<string, any>
|
|
export { pagesComponents }
|
|
}
|