UNPKG

@humanspeak/svelte-markdown

Version:

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

7 lines (6 loc) 168 B
interface Props { text?: string; } declare const Escape: import("svelte").Component<Props, {}, "">; type Escape = ReturnType<typeof Escape>; export default Escape;