UNPKG

svem

Version:

Svelte in Markdown preprocessor

9 lines (6 loc) 248 B
import { XNode, XAttributes } from './attribute.js'; import { XHTMLNode } from './html.js'; import 'unified'; import 'mdast'; declare function createTab(children: XNode[], attrId?: string | number | XAttributes): XHTMLNode; export { createTab };