UNPKG

react-img-editor-pro

Version:

图片编辑器(微信截图编辑 PRO 版),来自 react-img-editor

7 lines (6 loc) 179 B
interface ColorSettingProps { value?: string; onChange: (color: string) => void; } export default function ColorSetting(props: ColorSettingProps): JSX.Element; export {};