UNPKG

expo-notifications

Version:

Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.

4 lines (3 loc) 158 B
import { NotificationsPluginProps as Props } from './withNotifications'; declare const _default: (props?: Props) => [string, Props]; export default _default;