UNPKG

react-quill-editors

Version:

A fully customizable React rich text editor with no external dependencies. Features a comprehensive toolbar similar to popular Markdown editors with file operations, media insertion, and advanced formatting capabilities.

34 lines 949 B
import { FontSizeOption, FontFamilyOption, ColorOption, AlignmentOption } from '../types'; export declare const DEFAULT_FONT_SIZES: FontSizeOption[]; export declare const DEFAULT_FONT_FAMILIES: FontFamilyOption[]; export declare const DEFAULT_COLORS: ColorOption[]; export declare const ALIGNMENT_OPTIONS: AlignmentOption[]; export declare const TOOLBAR_ICONS: { bold: string; italic: string; underline: string; strikethrough: string; heading: string; fontSize: string; fontFamily: string; color: string; bgColor: string; align: string; lists: string; bulletList: string; numberedList: string; link: string; image: string; video: string; code: string; quote: string; horizontalRule: string; table: string; emoji: string; attachment: string; preview: string; save: string; delete: string; close: string; }; //# sourceMappingURL=constants.d.ts.map