UNPKG

vue-markdown-shiki

Version:

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

6 lines (5 loc) 209 B
export * from './processors/index'; export * from './utils/index'; export * from './types'; export { defineProcessor, process, postProcess } from './processor'; export { getHighlighter } from './highlighter';