import { type GridItemProps } from "@chakra-ui/react"; export const borders: GridItemProps = { borderRightWidth: 1, borderBottomWidth: 1, };