UNPKG

web-push-notifications

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