@react-native-kakao/user
Version:
React Native Kakao User SDK
5 lines • 879 B
TypeScript
import { type KakaoUser, type KakaoUserAPI } from './index';
declare const KakaoUser: KakaoUserAPI;
export declare const isKakaoTalkLoginAvailable: typeof import("./index").isKakaoTalkLoginAvailable, isLogined: typeof import("./index").isLogined, login: typeof import("./index").login, logout: typeof import("./index").logout, me: typeof import("./index").me, revokeScopes: typeof import("./index").revokeScopes, scopes: typeof import("./index").scopes, serviceTerms: typeof import("./index").serviceTerms, shippingAddresses: typeof import("./index").shippingAddresses, unlink: typeof import("./index").unlink, setAccessTokenWeb: typeof import("./index").setAccessTokenWeb, issueAccessTokenWithCodeWeb: typeof import("./index").issueAccessTokenWithCodeWeb, getAccessToken: typeof import("./index").getAccessToken;
export default KakaoUser;
//# sourceMappingURL=index.web.d.ts.map