Skip to content

Commit

Permalink
fix(input): types
Browse files Browse the repository at this point in the history
  • Loading branch information
icodytan authored Sep 25, 2018
1 parent 04e08f8 commit 2f37f15
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions @types/input.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,16 @@ export interface AtInputProps extends AtComponent{

confirmType?: string

cursor?: number

selectionStart?: number

selectionEnd?: number

cursorSpacing?: number

adjustPosition?: boolean

backgroundColor?: string

autoFocus?: boolean
Expand All @@ -51,6 +59,8 @@ export interface AtInputProps extends AtComponent{

onConfirm?: InputFunction

onClick: InputFunction

onErrorClick?: BaseEventFunction
}

Expand Down

0 comments on commit 2f37f15

Please sign in to comment.