igniteui-react-core
Version:
Ignite UI React Core.
14 lines (13 loc) • 410 B
TypeScript
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);
}