UNPKG

igniteui-react-core

Version:
26 lines (25 loc) 673 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebGridSelectionRangeDetailDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private l; get rowStart(): number; set rowStart(a: number); private k; get rowEnd(): number; set rowEnd(a: number); private j; get columnStart(): number; set columnStart(a: number); private i; get columnEnd(): number; set columnEnd(a: number); }