import { createStateContext } from "./util/StateContext"; // This tracks the widths of the columns that are stuck to the left of the table export const stickyColumnContext = createStateContext([]);