expo-tiktok-business-sdk
Version:
A expo module for tiktok business sdk
6 lines • 307 B
JavaScript
// Reexport the native module. On web, it will be resolved to TiktokSDKModule.web.ts
// and on native platforms to TiktokSDKModule.ts
export { default } from "./TiktokSDKModule";
export { default as TiktokSDKView } from "./TiktokSDKView";
export * from "./TiktokSDK.types";
//# sourceMappingURL=index.js.map