UNPKG

react-img-editor-pro

Version:

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

7 lines (6 loc) 201 B
interface LineTypeSettingProps { value?: string; onChange: (lineType: 'solid' | 'dash') => void; } export default function LineTypeSetting(props: LineTypeSettingProps): JSX.Element; export {};