UNPKG

expo-notifications

Version:
6 lines (3 loc) 242 B
import { NativeModulesProxy } from 'expo-modules-core'; import { NotificationChannelManager } from './NotificationChannelManager.types'; export default NativeModulesProxy.ExpoNotificationChannelManager as any as NotificationChannelManager;