UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

5 lines (4 loc) 179 B
import type { Parent } from 'unist'; declare function addCodeBlocks<T extends Parent>(tree: T): void; export declare function rehypeCodeBlocks(): typeof addCodeBlocks; export {};