web-push-notifications
Version:
Pushwoosh web push notifications
5 lines (4 loc) • 383 B
TypeScript
import { type IInboxMessagePublic } from '../../models/InboxMessages.types';
export declare const widgetTemplate: (title: string) => string;
export declare const widgetTemplateEmpty: (emptyInboxIconUrl: string, emptyInboxTitle: string, emptyInboxText: string) => string;
export declare const messageTemplate: ({ imageUrl, title, message, sendDate, }: IInboxMessagePublic) => string;