tiptop-editor
Version:
Notion-like editor built with Tiptap v3 and HeroUI
8 lines (7 loc) • 308 B
TypeScript
import { default as React } from 'react';
import { Editor } from '@tiptap/react';
interface TransformIntoButtonMenuProps {
editor: Editor;
}
declare const _default: React.MemoExoticComponent<({ editor }: TransformIntoButtonMenuProps) => import("react/jsx-runtime").JSX.Element>;
export default _default;