web-push-notifications
Version:
Pushwoosh web push notifications
22 lines (21 loc) • 752 B
TypeScript
export declare const SUBSCRIPTION_WIDGET_USE_CASE_NOT_SET = "not-set";
export declare const SUBSCRIPTION_WIDGET_USE_CASE_DEFAULT = "default";
export declare const SUBSCRIPTION_PROMPT_WIDGET_DEFAULT_CONFIG: {
headerText: string;
headerTextColor: string;
subheaderText: string;
subheaderTextColor: string;
buttonAcceptText: string;
buttonAcceptTextColor: string;
buttonAcceptRound: string;
buttonAcceptBackgroundColor: string;
buttonAcceptBorderColor: string;
buttonCancelText: string;
buttonCancelTextColor: string;
buttonCancelRound: string;
buttonCancelBackgroundColor: string;
buttonCancelBorderColor: string;
cappingCount: number;
cappingDelay: number;
backgroundColor: string;
};