react-native-adapty
Version:
Adapty React Native SDK
10 lines • 355 B
TypeScript
import { Adapty } from './adapty-handler';
export * from './types/error';
export * from './types/index';
export * from './types/inputs';
export { AdaptyError } from './adapty-error';
export * from './utils/env-detection';
export * from './mock/types';
export declare const adapty: Adapty;
export * from './ui';
//# sourceMappingURL=index.d.ts.map