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