We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79f82d commit a9c2d68Copy full SHA for a9c2d68
src/index.js.flow
@@ -1,7 +1,7 @@
1
// @flow
2
import type { Decorator } from 'final-form'
3
-import type { Calculations } from './types'
+import type { Calculation } from './types'
4
5
declare export default function createDecorator(
6
- ...calculations: Calculations
+ ...calculations: Calculation[]
7
): Decorator
0 commit comments