UNPKG

@humanspeak/svelte-markdown

Version:

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

6 lines (5 loc) 161 B
declare const Unsupported: import("svelte").Component<{ raw: any; }, {}, "">; type Unsupported = ReturnType<typeof Unsupported>; export default Unsupported;