UNPKG

@antv/s2-react

Version:
9 lines (8 loc) 310 B
import type { SheetUpdateCallback } from '@antv/s2'; import type { PartDrillDown } from '../components'; /** * 获取交叉表 update callback * @param partDrillDown 下钻参数 * @returns update callback */ export declare const usePivotSheetUpdate: (partDrillDown: PartDrillDown) => SheetUpdateCallback;