UNPKG
@deephaven/js-plugin-ag-grid
Version:
canary (0.2.1-ag-grid-no-components.930)
latest (0.5.2)
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.1-ag-grid-no-components.930
0.2.0
0.1.5-ag-grid-pivot.943
0.1.5-ag-grid-key.909
0.1.5-ag-grid-key.908
0.1.5-ag-grid-import.907
0.1.4
0.1.4-ag-grid-rollup.906
0.1.4-ag-grid-rollup.905
0.1.4-ag-grid-rollup.904
0.1.4-ag-grid-rollup.902
0.1.3
0.1.2
0.1.1
0.1.0
Deephaven AG Grid plugin
github.com/deephaven/deephaven-plugins
deephaven/deephaven-plugins
@deephaven/js-plugin-ag-grid
/
dist
/
index.js
6 lines
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
AgGridPlugin
}
from
'./AgGridPlugin.js'
;
export
*
from
'./datasources'
;
export
*
from
'./renderers'
;
export
*
from
'./utils'
;
export
default
AgGridPlugin
;
//# sourceMappingURL=index.js.map