UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 460 B
import { Description } from "./Description"; import { CalendarDateDescription } from "./CalendarDateDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebCalendarDateEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get detail(): CalendarDateDescription; set detail(a: CalendarDateDescription); }