Files
Ayush Sinha a19001c864 🤖 Merge PR #64032 Updates clevertap-web-sdk package types by @sinhaayush7
* updates clevertap types

* adds raiseNotificationClicked type for legacy support

* prettifies code and updates definition owners
2023-01-23 03:42:11 -08:00

12 lines
414 B
TypeScript

// Type definitions for clevertap-web-sdk 1.1
// Project: https://github.com/CleverTap/clevertap-web-sdk
// Definitions by: Ayush <https://github.com/sinhaayush7>
// Sonam <https://github.com/KambleSonam>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import CleverTap from './clevertap';
declare const clevertap: CleverTap;
export = clevertap;
export as namespace clevertap;