UNPKG

vue-markdown-shiki

Version:

A Vue 3 component library that provides integration with Shiki and Markdown-it.

3 lines (2 loc) 136 B
import { default as MarkdownIt } from 'markdown-it'; export declare const lineNumberPlugin: (md: MarkdownIt, enable?: boolean) => void;