igniteui-react-core
Version:
Ignite UI React Core.
26 lines (25 loc) • 672 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class CalendarDateDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private o;
get date(): Date;
set date(a: Date);
private i;
get isCurrentMonth(): boolean;
set isCurrentMonth(a: boolean);
private k;
get isPrevMonth(): boolean;
set isPrevMonth(a: boolean);
private j;
get isNextMonth(): boolean;
set isNextMonth(a: boolean);
}