Urara-Blog/node_modules/.pnpm-store/v3/files/66/54811691122fa4eda534c0af477ea90beadd5e44aa314f2095ffdd2f01326fae57e4330aa80d8d371c28312d4a6fc0c6808af5d89df91d100069c088949c85
2022-08-14 01:14:53 +08:00

10 lines
423 B
Text

declare type Lines = import("shiki").IThemedToken[][];
import { Meta } from "../utils";
import { HtmlRendererOptions } from "./plain";
/**
* Renders a TSConfig JSON object with additional LSP-ish information
* @param lines the result of shiki highlighting
* @param options shiki display options
*/
export declare function tsconfigJSONRenderer(lines: Lines, options: HtmlRendererOptions, meta: Meta): string;
export {};