UNPKG

svelte-tiptap

Version:
6 lines (5 loc) 247 B
import type { ComponentInputProps } from './types'; type Props = ComponentInputProps<{}>; declare const EditorContent: import("svelte").Component<Props, {}, "">; type EditorContent = ReturnType<typeof EditorContent>; export default EditorContent;