UNPKG

@mr-hope/vuepress-plugin-copy-code

Version:
4 lines (3 loc) 166 B
import type { Plugin } from "@mr-hope/vuepress-types"; import type { CopyCodeOptions } from "../types"; export declare const copyCodePlugin: Plugin<CopyCodeOptions>;