web-push-notifications
Version:
Pushwoosh web push notifications
6 lines (5 loc) • 438 B
TypeScript
import type { ISubscriptionPromptWidgetParams } from './SubscriptionPromptWidget.types';
import type { Pushwoosh } from '../../core/Pushwoosh';
export declare const getWidgetConfig: (features: any) => ISubscriptionPromptWidgetParams;
export declare const checkCanShowByCapping: (widgetConfig: ISubscriptionPromptWidgetParams, pw: Pushwoosh) => Promise<boolean>;
export declare const updateCappingParams: (pw: Pushwoosh) => Promise<void>;