klaviyo-react-native-sdk
Version:
Official Klaviyo React Native SDK
10 lines • 488 B
TypeScript
import type { KlaviyoInterface } from './Klaviyo';
/**
* Implementation of the {@link KlaviyoInterface}
*/
export declare const Klaviyo: KlaviyoInterface;
export { type Event, type EventProperties, EventName } from './Event';
export { type Profile, type ProfileProperties, type ProfilePropertyKey, type Location, ProfileProperty, } from './Profile';
export type { KlaviyoInterface } from './Klaviyo';
export type { FormConfiguration } from './Forms';
//# sourceMappingURL=index.d.ts.map