Skip to content

Commit 166491d

Browse files
committed
fix: change export syntax for d.ts
1 parent 094c236 commit 166491d

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
@@ -261,4 +261,4 @@ export interface PushNotificationIOSStatic {
261261

262262
declare const PushNotificationIOS: PushNotificationIOSStatic;
263263

264-
export = PushNotificationIOS;
264+
export default PushNotificationIOS;

0 commit comments

Comments
 (0)