UNPKG

@mdx-js/language-service

Version:

MDX support for Volar

5 lines 290 B
export { createMdxLanguagePlugin } from "./language-plugin.js"; export { createMdxServicePlugin } from "./service-plugin.js"; export { resolvePlugins } from "./tsconfig.js"; export type VirtualCodePlugin = import("./plugins/plugin.js").VirtualCodePlugin; //# sourceMappingURL=index.d.ts.map