@types/final-form-focus
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -18,3 +18,3 @@ // Type definitions for final-form-focus 1.1 | ||
// tslint:disable:no-unnecessary-generics | ||
/* eslint-disable no-unnecessary-generics */ | ||
export default function createDecorator<FormValues = object, InitialFormValues = object>( | ||
@@ -24,4 +24,4 @@ getInputs?: GetInputs, | ||
): Decorator<FormValues, InitialFormValues>; | ||
// tslint:enable:no-unnecessary-generics | ||
/* eslint-enable no-unnecessary-generics */ | ||
export function getFormInputs(formName: string): GetInputs; |
{ | ||
"name": "@types/final-form-focus", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "TypeScript definitions for final-form-focus", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/final-form-focus", | ||
}, | ||
"typesPublisherContentHash": "28c44f75e330cc2dbec0a38476cc6e176bf962a715ea18717f4edfaad6aa408e", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "14475a19bae0a274733dd72fe1996e1892adce577e8f984a0d844600680bfb87", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -28,3 +28,3 @@ # Installation | ||
// tslint:disable:no-unnecessary-generics | ||
/* eslint-disable no-unnecessary-generics */ | ||
export default function createDecorator<FormValues = object, InitialFormValues = object>( | ||
@@ -34,3 +34,3 @@ getInputs?: GetInputs, | ||
): Decorator<FormValues, InitialFormValues>; | ||
// tslint:enable:no-unnecessary-generics | ||
/* eslint-enable no-unnecessary-generics */ | ||
@@ -42,3 +42,3 @@ export function getFormInputs(formName: string): GetInputs; | ||
### Additional Details | ||
* Last updated: Mon, 10 Jan 2022 21:31:40 GMT | ||
* Last updated: Fri, 30 Dec 2022 23:03:39 GMT | ||
* Dependencies: [@types/final-form](https://npmjs.com/package/@types/final-form) | ||
@@ -45,0 +45,0 @@ * Global values: none |
4430