Skip to content

Commit

Permalink
fix(input-number): 改正 d.ts, onBlur 为非必填项
Browse files Browse the repository at this point in the history
  • Loading branch information
qianzhaoy committed Feb 27, 2019
1 parent cccff2a commit 2635118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @types/input-number.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface AtInputNumberProps extends AtComponent{

onChange: (value: number) => void

onBlur: CommonEventFunction
onBlur?: CommonEventFunction
}

declare const AtInputNumber: ComponentClass<AtInputNumberProps>
Expand Down

0 comments on commit 2635118

Please sign in to comment.