igniteui-react-core
Version:
Ignite UI React Core.
20 lines (19 loc) • 682 B
TypeScript
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);
}