@khanacademy/wonder-blocks-timing
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@khanacademy/wonder-blocks-timing", | ||
"private": false, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"design": "v1", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
@@ -236,3 +236,3 @@ // @flow | ||
*/ | ||
export type WithActionScheduler<TOwnProps: {||}> = {| | ||
export type WithActionScheduler<TOwnProps: {}> = {| | ||
...TOwnProps, | ||
@@ -239,0 +239,0 @@ |
116737