UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 401 B
import { ContourValueResolverDescription } from "./ContourValueResolverDescription"; import { Type } from "./type"; /** * @hidden */ export declare class LinearContourValueResolverDescription extends ContourValueResolverDescription { static $t: Type; protected get_type(): string; constructor(); private i; get valueCount(): number; set valueCount(a: number); }