UNPKG

@satek-vn/react-editor

Version:

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

8 lines 357 B
import { FocusEventHandler } from 'react'; import '@fancyapps/ui/dist/fancybox/fancybox.css'; declare const EditorContent: ({ onFocus, onBlur, }: { onFocus?: FocusEventHandler<HTMLDivElement>; onBlur?: FocusEventHandler<HTMLDivElement>; }) => import("react/jsx-runtime").JSX.Element; export default EditorContent; //# sourceMappingURL=index.d.ts.map