Skip to content

Commit 546f565

Browse files
committed
corrections
1 parent e07c183 commit 546f565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @flow
22

3-
export type component = function;
3+
export type component = Function;
44

55
// Animation components object
66
export type Components = {

0 commit comments

Comments
 (0)