UNPKG

@satek-vn/react-editor

Version:

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

5 lines 153 B
import { Editor } from './components/Editor'; import './styles/main.css'; export * from './types'; export { Editor }; //# sourceMappingURL=index.d.ts.map