UNPKG

ag-grid

Version:

Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components

5 lines 190 B
//Interface provided to break circular dependency between context and Logger. // Context will take an ILogger instead of a logger. export interface ILogger { log(message: string):void; }