mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-24 11:08:16 +08:00
8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
import type { ReplEditorData } from '../shared/repl.js'
|
|
|
|
declare module '@internal/md-power/replEditorData' {
|
|
|
|
const res: ReplEditorData
|
|
export default res
|
|
}
|