UNPKG

@elemental-design/expo-notifications

Version:
3 lines (2 loc) 169 B
import { NotificationRequestInput } from './Notifications.types'; export default function scheduleNotificationAsync(request: NotificationRequestInput): Promise<string>;