first commit
This commit is contained in:
13
frontend/node_modules/rc-table/lib/utils/fixUtil.d.ts
generated
vendored
Normal file
13
frontend/node_modules/rc-table/lib/utils/fixUtil.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { Direction, FixedType, StickyOffsets } from '../interface';
|
||||
export interface FixedInfo {
|
||||
fixLeft: number | false;
|
||||
fixRight: number | false;
|
||||
lastFixLeft: boolean;
|
||||
firstFixRight: boolean;
|
||||
lastFixRight: boolean;
|
||||
firstFixLeft: boolean;
|
||||
isSticky: boolean;
|
||||
}
|
||||
export declare function getCellFixedInfo(colStart: number, colEnd: number, columns: readonly {
|
||||
fixed?: FixedType;
|
||||
}[], stickyOffsets: StickyOffsets, direction: Direction): FixedInfo;
|
||||
Reference in New Issue
Block a user