UNPKG

@daypilot/daypilot-lite-angular

Version:

DayPilot Lite for Angular

7 lines (6 loc) 179 B
export declare function rand(): number; export declare function optHash(options: any): string; export declare class EventDiff { orig: any; diff(list: any[]): any; }