-
-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please improve the typescript declare files ! #1295
Labels
Comments
Generally we want to improve this area there are couple of issues about this already: |
okay ! Thank you very muck! |
I just a newcomer of github and my English is poor ! So I just can write my suggestions here.
export interface IRouteProps {
computedMatch?: any;
path: any;
exact?: any;
strict?: any;
sensitive?: any;
component?: any;
render?: any;
location?: any;
children?: Array<Component<any, any>>;
}
This is all. |
Merged
as-com
added a commit
to as-com/inferno
that referenced
this issue
Mar 11, 2018
Havunen
pushed a commit
that referenced
this issue
Mar 17, 2018
* Add enhanced typings * Cleanup * Import JSX, whoops * Refactor Events definition; add support for linkEvent * Remove fixed TODO * Lots of cleanup, also address #1295 * Clean up WrapperComponent #1287 (comment) * Remove global.d.ts
V5 is released. This is fixed there |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The .d.ts files has some mistakes which always made me confuse,would you improve them?
The text was updated successfully, but these errors were encountered: