Skip to content

Commit 9ab3e97

Browse files
committed
Fix reimporting types from FF
1 parent c97c41b commit 9ab3e97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-form-renderer/src/files/form-spy.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ComponentType } from 'react';
2-
import { FormSpyProps } from 'react-final-form';
2+
import { FormSpyProps } from '@data-driven-forms/form-state-manager';
33

44
declare const FormSpy: ComponentType<FormSpyProps>;
55

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { FormProps } from 'react-final-form';
1+
import { FormStateManagerProps } from '@data-driven-forms/form-state-manager';
22

3-
declare const Form: React.ComponentType<FormProps<{}>>;
3+
declare const Form: React.ComponentType<FormStateManagerProps>;
44

55
export default Form;

0 commit comments

Comments
 (0)