@suprsend/web-components
Version:
This SuprSend library enables the use of features like inbox and preference drop-in components in non-React frameworks such as Vanilla JavaScript, Angular, and Vue
8 lines (7 loc) • 353 B
TypeScript
import { IOptions, IClearInstance } from './interface';
export declare function initSuprSend(config: IOptions): void;
export declare function clearSuprSend(config?: IClearInstance): void;
export declare function clearSuprSendInbox(): void;
export declare function clearSuprSendFeed(): void;
export * from '@suprsend/react';
export * from './interface';