Urara-Blog/node_modules/.pnpm-store/v3/files/c5/cd9485175a8742cc193e038fcaba3905eb86cb81e3d6716c4e57c378d981e81f78332f2ad514f1fae4b515a3463db2d3e0225068cd62315f87e2d9a9878732
2022-08-14 01:14:53 +08:00

7 lines
409 B
Text

declare type Lines = import("shiki").IThemedToken[][];
declare type TwoSlash = import("@typescript/twoslash").TwoSlashReturn;
import { TwoslashShikiOptions } from "..";
import { Meta } from "../utils";
import { HtmlRendererOptions } from "./plain";
export declare function twoslashRenderer(lines: Lines, options: HtmlRendererOptions & TwoslashShikiOptions, twoslash: TwoSlash, meta: Meta): string;
export {};