UNPKG

@elemental-design/expo-notifications

Version:
3 lines (2 loc) 201 B
import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; export default function getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChannelGroup | null>;