UNPKG

igniteui-react-core

Version:
24 lines (23 loc) 558 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebRowSelectorTemplateDetailsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get index(): number; set index(a: number); private m; get rowID(): any; set rowID(a: any); private l; get key(): any; set key(a: any); private h; get selected(): boolean; set selected(a: boolean); }