Skip to content

Commit

Permalink
Fixed flow
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Dec 8, 2017
1 parent e79f82d commit a9c2d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js.flow
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @flow
import type { Decorator } from 'final-form'
import type { Calculations } from './types'
import type { Calculation } from './types'

declare export default function createDecorator(
...calculations: Calculations
...calculations: Calculation[]
): Decorator

0 comments on commit a9c2d68

Please sign in to comment.