/** * 自动计算 scroll.y 的 Hook(像素高度传给 antd Table.scroll.y)。 * 注意:scroll.y === "100%" 由 AndTable 外层 flex 容器 overflow 处理,不会进入本 Hook。 */ export declare const useAutoScrollY: (containerRef: React.RefObject, scrollY: string | number | undefined, hasPagination: boolean) => number | string | undefined; //# sourceMappingURL=useAutoScrollY.d.ts.map