UNPKG

scrivly

Version:

A powerful, feature-rich rich text editor for React with TypeScript support

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