UNPKG

mjeditor

Version:

A modern, plugin-extensible rich text editor for React with beautiful custom dialogs, notification system, and comprehensive editing features. Built with Slate.js for maximum flexibility.

9 lines 263 B
import React from 'react'; import { ToolbarConfig } from '../types'; interface ToolbarProps { config?: ToolbarConfig; className?: string; } export declare const Toolbar: React.FC<ToolbarProps>; export default Toolbar; //# sourceMappingURL=Toolbar.d.ts.map