Skip to content

Commit 8c636ec

Browse files
committed
Remove type-only import keyword in types.ts
1 parent 0ba0585 commit 8c636ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {ANDROID, IOS, RESULTS} from './constants';
22

33
type Values<T extends object> = T[keyof T];
44

5-
export type {Rationale} from 'react-native';
5+
export {Rationale} from 'react-native';
66

77
export type AndroidPermission = Values<typeof ANDROID>;
88
export type IOSPermission = Values<typeof IOS>;

0 commit comments

Comments
 (0)