UNPKG

react-img-editor-pro

Version:

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

7 lines (6 loc) 203 B
interface StrokeWidthSettingProps { value?: number; onChange: (strokeWidth: number) => void; } export default function StrokeWidthSetting(props: StrokeWidthSettingProps): JSX.Element; export {};