UNPKG

@cairn214/fluent-editor

Version:

A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.

9 lines (8 loc) 284 B
import { default as TypeToolbar } from 'quill/modules/toolbar'; declare const Toolbar: typeof TypeToolbar; declare class BetterToolbar extends Toolbar { update(range: any): void; attach(input: HTMLElement): void; } export default BetterToolbar; export * from './toolbar-tip';