[react] Add T param to React.DOM* types

This commit is contained in:
Vincent Siao
2016-03-14 01:46:13 -07:00
parent 92cf86a3e2
commit 1917a4122a
13 changed files with 154 additions and 165 deletions
-1
View File
@@ -76,7 +76,6 @@ declare module reactInputCalendar {
}
interface ReactInputCalendarState { }
export class ReactInputCalendar extends __React.Component<ReactInputCalendarProps, ReactInputCalendarState> {
render(): __React.DOMElement<any>;
}
}
declare var ReactInputCalendar: typeof reactInputCalendar.ReactInputCalendar