UNPKG

@elemental-design/expo-notifications

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