@types/final-form-focus
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -18,7 +18,9 @@ // Type definitions for final-form-focus 1.1 | ||
export default function createDecorator( | ||
// tslint:disable:no-unnecessary-generics | ||
export default function createDecorator<FormValues = object>( | ||
getInputs?: GetInputs, | ||
findInput?: FindInput, | ||
): Decorator; | ||
): Decorator<FormValues>; | ||
// tslint:enable:no-unnecessary-generics | ||
export function getFormInputs(formName: string): GetInputs; |
{ | ||
"name": "@types/final-form-focus", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for final-form-focus", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -25,4 +25,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "c3d07ea02f7508e5fe74d0d7f28dde853e619640e8f5960e822278663704f7e8", | ||
"typesPublisherContentHash": "0320e434572170007ebad990c6f73a6148464fcc85e34bfa6e6a9a21142783ec", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/final-form-focus | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/final-form-focus. | ||
Additional Details | ||
* Last updated: Tue, 17 Sep 2019 19:07:16 GMT | ||
* Dependencies: @types/final-form | ||
### Additional Details | ||
* Last updated: Wed, 20 Nov 2019 23:20:14 GMT | ||
* Dependencies: [@types/final-form](https://npmjs.com/package/@types/final-form) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Jeow Li Huan <https://github.com/huan086>. | ||
These definitions were written by Jeow Li Huan (https://github.com/huan086). |
3324
19