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