UNPKG

@dkluge/image-editor

Version:

A powerful React image editor component with crop, filter, annotate, and sticker features

9 lines 259 B
import React from 'react'; interface ColorPickerProps { value: string; onChange: (color: string) => void; title: string; } declare const ColorPicker: React.FC<ColorPickerProps>; export default ColorPicker; //# sourceMappingURL=ColorPicker.d.ts.map