UNPKG

@elemental-design/expo-notifications

Version:
3 lines (2 loc) 183 B
import { NotificationChannel } from './NotificationChannelManager.types'; export default function getNotificationChannelAsync(channelId: string): Promise<NotificationChannel | null>;