import { type SystemStyleObject } from "@chakra-ui/react"; export const stickyHeaderStyle: SystemStyleObject = { position: "sticky", top: "0", backgroundColor: "#fff", zIndex: 10, };