UNPKG

pm-react-text-editor

Version:

A customizable and lightweight rich-text editor for React, built with hooks and modern styling. Supports common formatting tools like bold, italic, lists, headings, links, and more.

7 lines (6 loc) 226 B
import { ReactNode } from 'react'; interface ToolbarGroupProps { children: ReactNode; } declare function ToolbarGroup({ children }: ToolbarGroupProps): import("react/jsx-runtime").JSX.Element; export default ToolbarGroup;