UNPKG

vue-markdown-shiki

Version:

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

3 lines (2 loc) 121 B
import { default as MarkdownIt } from 'markdown-it'; export declare const highlightLinePlugin: (md: MarkdownIt) => void;