UNPKG

@humanspeak/svelte-markdown

Version:

A powerful, customizable markdown renderer for Svelte with TypeScript support

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