UNPKG

react-native-adapty

Version:
13 lines 404 B
/** * This file exposes all the API, that is needed by documentation, * not for the end user. */ export * from './adapty-handler'; export * from './adapty-error'; export * from './types/error'; export * from './types/index'; export * from './types/inputs'; export * from './ui/index'; export * from './ui/types'; export * from './ui/view-controller'; //# sourceMappingURL=__docs__.d.ts.map