UNPKG

copper-ui

Version:

Modern React UI components library with TypeScript support, built on top of Ant Design

8 lines 544 B
import { Row, Table } from '@tanstack/react-table'; /** * Row pinning styles — аналог getColumnPinningStyles для строк. * Возвращает sticky top/bottom + z-index + background для закреплённых строк. * Принимает уже вычисленный column z-index для корректного пересечения. */ export declare function getRowPinningStyles<T>(row: Row<T>, table: Table<T>, columnZIndex: number): React.CSSProperties; //# sourceMappingURL=get-row-pinning-styles.d.ts.map