UNPKG

react-zen-editor

Version:

A modern, feature-rich WYSIWYG editor for React with Korean/English support

8 lines 259 B
import React from 'react'; interface ColorPickerProps { type: 'text' | 'background'; onColorSelect: (color: string) => void; } declare const ColorPicker: React.FC<ColorPickerProps>; export default ColorPicker; //# sourceMappingURL=ColorPicker.d.ts.map