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 (6 loc) 130 B
import { Editor } from './components/Editor'; import './styles/main.css'; export * from './types'; export { Editor };