import type { Plugin } from "unified"; /** * Rehype plugin that annotates fenced/indented code blocks with `data-mwc-codeblock`. * * This keeps the rendered HTML portable (`
...
`) while giving * consumers a stable hook for styling and client-side enhancements (e.g. copy buttons). * * @example * // Resulting HTML: * //
...
*/ export declare const rehypeCodeBlocks: Plugin<[], any>; //# sourceMappingURL=rehype-codeblocks.d.ts.map