UNPKG

vue-markdown-shiki

Version:

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

4 lines (3 loc) 177 B
import { default as MarkdownIt } from 'markdown-it'; export declare function preWrapperPlugin(md: MarkdownIt): void; export declare function extractTitle(info: string): string;