UNPKG

@satek-vn/react-editor

Version:

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

4 lines 271 B
import React from 'react'; import { EditorProps } from '../types'; export declare const Editor: React.MemoExoticComponent<({ config, value, onChange, onFocus, onBlur, }: EditorProps) => import("react/jsx-runtime").JSX.Element | null>; //# sourceMappingURL=Editor.d.ts.map