UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

7 lines (6 loc) 279 B
/** * 重置数组中所有 cell 的相对 left 的距离。 * @param cells * @param extraWidth 额外为最后一个元素添加的的宽度,当存在纵向滚动条的时候设置。 */ export default function resetLeftForCells(cells: any, extraWidth?: number): never[];