mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 06:49:29 +08:00
7 lines
409 B
Text
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 {};
|