UNPKG

igniteui-react-core

Version:
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); }