UNPKG

ag-grid-enterprise

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

10 lines (9 loc) 240 B
import type { FontStyle, FontWeight } from 'ag-charts-community'; export declare class Label { enabled: boolean; fontSize: number; fontFamily: string; fontStyle?: FontStyle; fontWeight?: FontWeight; color: string; }