doc: 修复生成文档预览问题
This commit is contained in:
parent
4d23f71b5a
commit
a1ef27db98
5
index.d.ts
vendored
5
index.d.ts
vendored
@ -1,10 +1,6 @@
|
||||
/// <reference no-default-lib="true" />
|
||||
/// <reference lib="esnext" />
|
||||
|
||||
/**
|
||||
* 支付宝支付,基于 React Native 的支付宝插件,支持Android/iOS。
|
||||
*/
|
||||
declare module "@uiw/react-native-alipay" {
|
||||
/**
|
||||
* 支付宝端支付
|
||||
* 支付宝回调结果, 详情见 https://docs.open.alipay.com/204/105301
|
||||
@ -160,4 +156,3 @@ declare module "@uiw/react-native-alipay" {
|
||||
* @platform android
|
||||
*/
|
||||
export function setAlipaySandbox(isSandbox: boolean): void;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user