UNPKG

appsapp-cli

Version:

This command line program is the important counterpart of appsapp-module for connecting built-in or custom backend services.

14 lines (13 loc) 379 B
export declare function IsCalendar(options?: { minDate?: Date; maxDate?: Date; display?: 'bubble' | 'center' | 'inline' | 'top' | 'bottom'; controls?: ['date' | 'time']; steps?: { minute?: number; second?: number; zeroBased?: boolean; }; weeks?: number; invalid?: [any]; }): (object: Object, propertyName: string) => void;