UNPKG

cordova-plugin-fcm-with-dependecy-updated

Version:
9 lines (8 loc) 374 B
export { IChannelConfiguration } from './IChannelConfiguration'; export { IRequestPushPermissionOptions } from './IRequestPushPermissionOptions'; export { INotificationPayload } from './INotificationPayload'; export { IDisposable } from './IDisposable'; import { FCMPlugin } from './FCMPlugin'; export declare const FCM: FCMPlugin; export { FCMPlugin }; export default FCM;