UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 410 B
import { WebGridStateBaseDirectiveDescription } from "./WebGridStateBaseDirectiveDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebGridStateDescription extends WebGridStateBaseDirectiveDescription { static $t: Type; protected get_type(): string; constructor(); private m; get stateParsedRef(): string; set stateParsedRef(a: string); }