web-push-notifications
Version:
Pushwoosh web push notifications
8 lines (7 loc) • 387 B
TypeScript
import { type IConfigStyles, type IInboxWidgetConfig } from './inbox_widget.types';
export declare const MILLISECONDS_IN_DAY: number;
export declare const MILLISECONDS_IN_HOUR: number;
export declare const MONTHS: string[];
export declare const CONFIG_STYLES: Array<IConfigStyles>;
export declare const DEFAULT_CONFIG: IInboxWidgetConfig;
export declare const COLOR_TEST_REGEXP: RegExp;