react-native-adapty
Version:
Adapty React Native SDK
9 lines • 347 B
TypeScript
import { CreateOnboardingViewParamsInput } from '../ui/types';
type Serializable = {
external_urls_presentation?: string;
};
export declare class AdaptyUICreateOnboardingViewParamsCoder {
encode(data: CreateOnboardingViewParamsInput): Serializable;
}
export {};
//# sourceMappingURL=adapty-ui-create-onboarding-view-params.d.ts.map