@mintlify/common
Version:
Commonly shared code within Mintlify
9 lines (8 loc) • 398 B
TypeScript
import type { Parent } from 'unist';
export declare const FOCUS_CLASS_NAME = "line-focus";
export declare const HIGHLIGHT_CLASS_NAME = "line-highlight";
declare function addCodeBlocks<T extends Parent>(tree: T): void;
export declare function rehypeCodeBlocks(): typeof addCodeBlocks;
export * from './parseMetaString.js';
export * from './metaOptions.js';
export * from './buildMetaAttributes.js';