igniteui-react-core
Version:
Ignite UI React Core.
14 lines (13 loc) • 431 B
TypeScript
import { ContourValueResolverDescription } from "./ContourValueResolverDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class CustomContourValueResolverDescription extends ContourValueResolverDescription {
static $t: Type;
protected get_type(): string;
constructor();
private i;
get getCustomContourValuesRef(): string;
set getCustomContourValuesRef(a: string);
}