UNPKG

@humanspeak/svelte-markdown

Version:

Fast, customizable markdown renderer for Svelte with built-in caching, TypeScript support, and Svelte 5 runes

9 lines (8 loc) 276 B
import type { Component } from 'svelte'; import UnsupportedHTML from './_UnsupportedHTML.svelte'; export interface HtmlRenderers { [key: string]: Component<any, any, any> | null; } export declare const Html: HtmlRenderers; export default Html; export { UnsupportedHTML };