UNPKG

vue-markdown-shiki

Version:

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

8 lines (7 loc) 180 B
import { Plugin } from 'vite'; interface Options { distDir?: string; overwrite?: boolean; } export declare function copyPublicPlugin(options?: Options): Plugin; export {};