UNPKG

web-push-notifications

Version:
6 lines (5 loc) 148 B
import type { EventName } from './events.types'; export declare const legacyEventsMap: Record<string, { name: EventName; prop?: string; }>;