We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bfd36 commit 3f04ec5Copy full SHA for 3f04ec5
auth/types.ts
@@ -1,6 +1,6 @@
1
import firebase from 'firebase/app';
2
3
-type AuthActionHook<T, E> = [
+export type AuthActionHook<T, E> = [
4
(email: string, password: string) => void,
5
T | undefined,
6
boolean,
0 commit comments