UNPKG

react-zen-editor

Version:

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

15 lines 436 B
import React from 'react'; interface TextColorIconProps { color?: string; currentColor?: string; size?: number; } interface BackgroundColorIconProps { backgroundColor?: string; currentColor?: string; size?: number; } export declare const TextColorIcon: React.FC<TextColorIconProps>; export declare const BackgroundColorIcon: React.FC<BackgroundColorIconProps>; export {}; //# sourceMappingURL=ColorIcons.d.ts.map