UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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