UNPKG

cordova-plugin-fcm-with-dependecy-updated

Version:
14 lines (11 loc) 427 B
export type { IChannelConfiguration } from './IChannelConfiguration' export type { IRequestPushPermissionOptions } from './IRequestPushPermissionOptions' export type { INotificationPayload } from './INotificationPayload' export type { IDisposable } from './IDisposable' import { FCMPlugin } from './FCMPlugin' interface Window { FCM: FCMPlugin } export const FCM = new FCMPlugin() export { FCMPlugin } export default FCM