UNPKG

igniteui-react-core

Version:
20 lines (19 loc) 682 B
import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription"; import { WebForOfStateDescription } from "./WebForOfStateDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebForOfDataChangingEventArgsDetailDescription extends WebBaseEventArgsDetailDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private p; get containerSize(): number; set containerSize(a: number); private m; get state(): WebForOfStateDescription; set state(a: WebForOfStateDescription); }