@aws-amplify/ui 3.6.7 → 3.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css
CHANGED
package/dist/theme.css
CHANGED
|
@@ -7,8 +7,10 @@ import { AuthContext } from './context';
|
|
|
7
7
|
import { AuthEvent } from './event';
|
|
8
8
|
/**
|
|
9
9
|
* Intefrace for `authMachine` machine interpreter
|
|
10
|
+
*
|
|
11
|
+
* TODO: tighten up anys here
|
|
10
12
|
*/
|
|
11
|
-
export declare type AuthInterpreter = Interpreter<AuthContext, any, AuthEvent>;
|
|
13
|
+
export declare type AuthInterpreter = Interpreter<AuthContext, any, AuthEvent, any, any>;
|
|
12
14
|
/**
|
|
13
15
|
* Function type for `send` in `authMachine`
|
|
14
16
|
*/
|