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) 172 B
interface Props { text?: string; } declare const RawText: import("svelte").Component<Props, {}, "">; type RawText = ReturnType<typeof RawText>; export default RawText;