Skip to content

Commit 3f04ec5

Browse files
committed
Export additional type to stop compilation issues
1 parent 30bfd36 commit 3f04ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import firebase from 'firebase/app';
22

3-
type AuthActionHook<T, E> = [
3+
export type AuthActionHook<T, E> = [
44
(email: string, password: string) => void,
55
T | undefined,
66
boolean,

0 commit comments

Comments
 (0)