UNPKG

jcore-gizwits-react-native

Version:

React Native JCore component for Android and iOS

9 lines (8 loc) 177 B
// 定义 JCore 类的类型声明 export default class JCore { /** * 设置认证信息 * @param auth 是否启用认证 */ static setAuth(auth: boolean): void; }