UNPKG

igniteui-webcomponents-charts

Version:

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

10 lines (9 loc) 212 B
import { Base, IList$1, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class StringColumn extends Base { static $t: Type; a: IList$1<string>; b(a: any): void; }