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 e07c183 commit 546f565Copy full SHA for 546f565
types.js
@@ -1,6 +1,6 @@
1
// @flow
2
3
-export type component = function;
+export type component = Function;
4
5
// Animation components object
6
export type Components = {
0 commit comments