@nuxtjs/mdc
Version:
Nuxt MDC module
23 lines (22 loc) • 768 B
TypeScript
import emphasis from './emphasis.js';
import html from './html.js';
import link from './link.js';
import list from './list.js';
import paragraph from './paragraph.js';
import image from './image.js';
import strong from './strong.js';
import inlineCode from './inlineCode.js';
import containerComponent from './containerComponent.js';
declare const _default: {
emphasis: typeof emphasis;
code: (state: import("mdast-util-to-hast").State, node: import("mdast").Code) => import("hast").Element;
link: typeof link;
paragraph: typeof paragraph;
html: typeof html;
list: typeof list;
image: typeof image;
strong: typeof strong;
inlineCode: typeof inlineCode;
containerComponent: typeof containerComponent;
};
export default _default;