UNPKG

vitepress-plugin-tabs

Version:

A plugin that adds syntax for showing content in tabs.

6 lines (3 loc) 137 B
import MarkdownIt from 'markdown-it'; declare const tabsPlugin: (md: MarkdownIt) => void; export { tabsPlugin as tabsMarkdownPlugin };