UNPKG

@deephaven/js-plugin-ag-grid

Version:
6 lines 416 B
import type { dh as DhType } from '@deephaven/jsapi-types'; import type { dh as CorePlusDhType } from '@deephaven-enterprise/jsapi-coreplus-types'; import { AgGridTableType } from '../types'; export declare function useWidgetFetch(dh: typeof DhType | typeof CorePlusDhType, fetch: () => Promise<DhType.Widget>): AgGridTableType | undefined; export default useWidgetFetch; //# sourceMappingURL=useWidgetFetch.d.ts.map