UNPKG

@elemental-design/expo-notifications

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