UNPKG

nativescript-calendar-weekview

Version:

Nativescript Calendar WeekView allow adding events to weekview and styling them.

11 lines (9 loc) 306 B
import common = require ("./calendar-weekview.common"); export declare class CalendarWeekView extends common.CalendarWeekView { android: any; ios: any; _nativeView: any; // define your typings manually // or.. // use take the ios or android .d.ts files and copy/paste them here }