UNPKG

igniteui-react-core

Version:
21 lines (20 loc) 517 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class CheckedChangedEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get index(): number; set index(a: number); private h; get isChecked(): boolean; set isChecked(a: boolean); private l; get primaryKeyRef(): string; set primaryKeyRef(a: string); }