UNPKG

react-img-editor-pro

Version:

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

7 lines (6 loc) 191 B
interface FontSizeSettingProps { value?: number; onChange: (fontSize: number) => void; } export default function FontSizeSetting(props: FontSizeSettingProps): JSX.Element; export {};