UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

13 lines (12 loc) 235 B
import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class SearchData extends Base { static $t: Type; a: boolean; d: number; b: number; e: number; c: number; }