Skip to content

Commit e119c2a

Browse files
authored
fix(types): Fixed module name in type declaration (#101)
1 parent d31bb85 commit e119c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
declare module '@react-native-community/cookies' {
1+
declare module '@react-native-cookies/cookies' {
22
export interface Cookie {
33
name: string;
44
value: string;

0 commit comments

Comments
 (0)