UNPKG

ag-charts-community

Version:

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

6 lines (5 loc) 155 B
import { BaseProperties } from '../util/properties'; export declare class Keyboard extends BaseProperties { enabled: boolean; tabIndex?: number; }