Skip to content

Commit

Permalink
fix(input): types
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Sep 6, 2018
1 parent 7b7e3fe commit c20d44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @types/input.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ declare type InputValue = string | number
declare type InputFunction = (value: string | number, event: BaseEvent) => void

export interface AtInputProps {
name?: string
name: string

title?: string

Expand Down

0 comments on commit c20d44f

Please sign in to comment.