Skip to content

Commit a9c2d68

Browse files
committed
Fixed flow
1 parent e79f82d commit a9c2d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js.flow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @flow
22
import type { Decorator } from 'final-form'
3-
import type { Calculations } from './types'
3+
import type { Calculation } from './types'
44

55
declare export default function createDecorator(
6-
...calculations: Calculations
6+
...calculations: Calculation[]
77
): Decorator

0 commit comments

Comments
 (0)