mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 04:59:02 +08:00
9 lines
230 B
TypeScript
9 lines
230 B
TypeScript
export function codeToHighlightCodeHtml(
|
|
code: string,
|
|
language: string,
|
|
): Promise<string>;
|
|
|
|
export function markdownToHighlightedHtml(markdown: string): Promise<string>;
|
|
|
|
export function disposeHighlighter(): Promise<void>;
|