UNPKG

@humanspeak/svelte-markdown

Version:

A powerful, customizable markdown renderer for Svelte with TypeScript support

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