mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-24 11:08:16 +08:00
7 lines
155 B
TypeScript
7 lines
155 B
TypeScript
declare module 'markdown-it-container' {
|
|
import type { PluginWithParams } from 'markdown-it'
|
|
|
|
const container: PluginWithParams
|
|
export = container
|
|
}
|