active-table
Version:
Framework agnostic table component for editable data experience
7 lines • 308 B
TypeScript
import { ActiveTable } from '../../activeTable';
export declare class StickyPropsUtils {
private static readonly NO_OVERFLOW_STICKY_HEADER_BODY_CLASS;
static process(at: ActiveTable): void;
static moveTopBorderToHeaderCells(at: ActiveTable): void;
}
//# sourceMappingURL=stickyPropsUtils.d.ts.map