UNPKG

tiptop-editor

Version:

Notion-like editor built with Tiptap v3 and HeroUI

5 lines (4 loc) 267 B
import { default as React } from 'react'; import { TextSelectionMenuProps } from '../types'; declare const _default: React.MemoExoticComponent<({ editor, prepend, append }: TextSelectionMenuProps) => import("react/jsx-runtime").JSX.Element>; export default _default;