UNPKG

ag-charts-community

Version:

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

7 lines (6 loc) 200 B
import { CleanupRegistry } from 'ag-charts-core'; export declare abstract class BaseManager { protected readonly cleanup: CleanupRegistry; protected destroyed: boolean; destroy(): void; }