UNPKG

expo-calendar

Version:

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

9 lines 422 B
import { PermissionResponse } from 'expo-modules-core'; declare const _default: { requestCalendarPermissionsAsync(): Promise<PermissionResponse>; getCalendarPermissionsAsync(): Promise<PermissionResponse>; getRemindersPermissionsAsync(): Promise<PermissionResponse>; requestRemindersPermissionsAsync(): Promise<PermissionResponse>; }; export default _default; //# sourceMappingURL=ExpoCalendar.web.d.ts.map