UNPKG

@scalar/code-highlight

Version:

Central methods and themes for code highlighting in Scalar projects

6 lines 183 B
import type { Root } from 'hast'; /** * Adds lines to code blocks */ export declare function codeBlockLinesPlugin(): (tree: Root) => void; //# sourceMappingURL=line-numbers.d.ts.map