mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 09:29:30 +08:00
5 lines
256 B
Text
5 lines
256 B
Text
import { Meta } from "../utils";
|
|
import { HtmlRendererOptions } from "./plain";
|
|
declare type Lines = import("shiki").IThemedToken[][];
|
|
export declare function defaultShikiRenderer(lines: Lines, options: HtmlRendererOptions, meta: Meta): string;
|
|
export {};
|