UNPKG

mui-tiptap

Version:

A Material-UI (MUI) styled WYSIWYG rich text editor, using Tiptap

11 lines (10 loc) 422 B
export interface ColorPickerClasses { /** Styles applied to the gradient picker element. */ gradientPicker: string; /** Styles applied to the color text input element. */ colorTextInput: string; /** Styles applied to the swatch container element. */ swatchContainer: string; } export type ColorPickerClassKey = keyof ColorPickerClasses; export declare const colorPickerClasses: ColorPickerClasses;