UNPKG

expo-calendar

Version:

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

4 lines (2 loc) 122 B
import { Props } from './withCalendar'; export default (props: Props = {}): [string, Props] => ['expo-calendar', props];