@graphql-markdown/docusaurus
Version:
Docusaurus plugin for generating Markdown documentation from a GraphQL schema.
18 lines • 609 B
TypeScript
/**
* @module mdx
* This module provides MDX React components.
*/
import type { MDXString } from "@graphql-markdown/types";
/**
* MDX helper components injected into generated documents so Docusaurus
* can render badges, bullets, details, and SpecifiedBy links without
* requiring manual component registration in every project.
*
* @packageDocumentation
*/
/**
* String literal that declares the React helpers (`Bullet`, `SpecifiedBy`, etc.)
* which GraphQL-Markdown prepends to every generated MDX file.
*/
export declare const mdxDeclaration: MDXString;
//# sourceMappingURL=components.d.ts.map