UNPKG

web-push-notifications

Version:
6 lines (5 loc) 438 B
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>;