Skip to content

Commit 21e6416

Browse files
committed
type: Fix type export error.
1 parent 0d9d70f commit 21e6416

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
/**
55
* 支付宝支付,基于 React Native 的支付宝插件,支持Android/iOS。
66
*/
7-
declare namespace Alipay {
8-
7+
declare module "@uiw/react-native-alipay" {
98
/**
109
* 支付宝端支付
1110
* 支付宝回调结果, 详情见 https://docs.open.alipay.com/204/105301

0 commit comments

Comments
 (0)