RnMultibundler/src/common/router/CommonParamList.ts

13 行
183 B
TypeScript

export type CommonParamList = {
// 通用的 webview 页面
WebView: {
// 地址
url: string;
// 标题
title?: string;
};
// 扫一扫
Scan: undefined;
};