UNPKG

@humanspeak/svelte-markdown

Version:

A powerful, customizable markdown renderer for Svelte with TypeScript support

7 lines (6 loc) 171 B
interface Props { attributes?: Record<string, any>; } declare const Br: import("svelte").Component<Props, {}, "">; type Br = ReturnType<typeof Br>; export default Br;