UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

6 lines (5 loc) 165 B
import { ButtonWidget } from './buttonWidget'; export declare class SwitchWidget extends ButtonWidget { constructor(); setChecked(checked: boolean): void; }