UNPKG

expo-calendar

Version:

Provides an API for interacting with the device's system calendars, events, reminders, and associated records.

7 lines (6 loc) 234 B
import { ConfigPlugin } from 'expo/config-plugins'; declare const _default: ConfigPlugin<void | { calendarPermission?: string | false | undefined; remindersPermission?: string | false | undefined; }>; export default _default;