Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cncolder committed Jun 13, 2020
1 parent a4d2d55 commit 683f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FormProps as _FormProps } from '@tarojs/components/types/Form'
import { useThrottleCallback } from '@tarojsx/hooks/dist/useThrottleCallback'

export interface FormProps extends Omit<_FormProps, 'onSubmit'> {
/** onClick 事件节流时间间隔, 单位: ms, 默认 500ms. */
/** onSubmit 事件节流时间间隔, 单位: ms, 默认 500ms. */
submitThrottle?: boolean | number
onSubmit?(e: React.BaseSyntheticEvent): void
}
Expand Down

0 comments on commit 683f1de

Please sign in to comment.