Skip to content

Commit

Permalink
fix: Add types in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliiaKononikhina authored and afc163 committed May 8, 2019
1 parent c4d74b2 commit 8e1edc2
Show file tree
Hide file tree
Showing 3 changed files with 16,306 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export interface Props {
defaultChecked: number | boolean,
checked: number | boolean,
disabled: boolean,
onFocus: (e: any) => void,
onBlur: (e: any) => void,
onChange: (e: any) => void,
onClick: (e: any) => void,
onFocus: (e: Event) => void,
onBlur: (e: Event) => void,
onChange: (e: Event) => void,
onClick: (e: Event) => void,
tabIndex: string | number,
readOnly: boolean,
autoFocus: boolean,
Expand Down
Loading

0 comments on commit 8e1edc2

Please sign in to comment.