UNPKG

@elemental-design/expo-notifications

Version:
3 lines (2 loc) 189 B
import { NotificationContentInput } from './Notifications.types'; export default function presentNotificationAsync(content: NotificationContentInput, identifier?: string): Promise<string>;