UNPKG

igniteui-webcomponents-charts

Version:

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

11 lines (10 loc) 235 B
import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class DomainChartCheckboxListItem extends Base { static $t: Type; key: string; isSelected: boolean; label: string; }