UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

19 lines (18 loc) 479 B
import { Base, Type } from "igniteui-react-core"; import { WCNativeHelper } from "igniteui-react"; /** * @hidden */ export declare class PagingState extends Base { static $t: Type; private a; protected get b(): WCNativeHelper; private e; protected get nativeElement(): any; protected set nativeElement(a: any); setNativeElement(a: any): void; get c(): number; set c(a: number); get d(): number; set d(a: number); }