UNPKG

@satek-vn/react-editor

Version:

A lightweight and customizable rich text editor built with React and TipTap, designed for modern web applications.

6 lines 212 B
import { MenuItems } from '../../types'; declare const EditorMenu: ({ items }: { items: MenuItems; }) => import("react/jsx-runtime").JSX.Element; export default EditorMenu; //# sourceMappingURL=index.d.ts.map