UNPKG

svem

Version:

Svelte in Markdown preprocessor

9 lines (6 loc) 197 B
import { Plugin } from 'unified'; import { XSection } from './directive.js'; import './attribute.js'; import 'mdast'; declare const remarkCallout: Plugin<[], XSection>; export { remarkCallout };