UNPKG

klaviyo-react-native-sdk

Version:
11 lines 354 B
/** * Interface for the Klaviyo Forms API */ export interface KlaviyoFormsApi { /** * Load in-app forms data and display a form to the user if applicable based on the forms * configured in your Klaviyo account. Note [Klaviyo.initialize] must be called first */ registerForInAppForms(): void; } //# sourceMappingURL=Forms.d.ts.map