UNPKG

react-native-ethiopian-calendar

Version:

A react native calendar component which is mainly intended for applications which require Ethiopian calendar.

14 lines (13 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CalendarError = void 0; class CalendarError extends Error { constructor(error) { super(error); this.error = error; } } exports.CalendarError = CalendarError; //# sourceMappingURL=CalendarError.js.map