Skip to content

Commit

Permalink
Add type parameter to RefObject (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
tebatalla authored Mar 24, 2021
1 parent 890417a commit f01d47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ interface CalendarStripProps {

headerText?: string;

ref?: RefObject;
ref?: RefObject<any>;
}

export default class ReactNativeCalendarStrip extends Component<CalendarStripProps> {
Expand Down

0 comments on commit f01d47c

Please sign in to comment.