@deephaven/js-plugin-ag-grid
Version:
Deephaven AG Grid plugin
5 lines • 331 B
TypeScript
import type { dh as DhType } from '@deephaven/jsapi-types';
import type { dh as CorePlusDhType } from '@deephaven-enterprise/jsapi-coreplus-types';
export type AgGridTableType = DhType.Table | DhType.TreeTable | CorePlusDhType.coreplus.pivot.PivotTable;
export default AgGridTableType;
//# sourceMappingURL=AgGridTableType.d.ts.map