web-push-notifications
Version:
Pushwoosh web push notifications
8 lines (7 loc) • 438 B
TypeScript
import { type TBellConfig } from './subscribe_widget.types';
export declare const BELL_POSITION_BOTTOM_RIGHT = "bottomRight";
export declare const BELL_POSITION_BOTTOM_LEFT = "bottomLeft";
export declare const BELL_POSITION_TOP_RIGHT = "topRight";
export declare const BELL_POSITION_TOP_LEFT = "topLeft";
export declare const WIDGET_CONTAINER_ID = "pushwooshBellWidget";
export declare const SUBSCRIBE_WIDGET_DEFAULT_CONFIG: TBellConfig;