7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
import { type GridItemProps } from "@chakra-ui/react";
|
|
|
|
export const borders: GridItemProps = {
|
|
borderRightWidth: 1,
|
|
borderBottomWidth: 1,
|
|
};
|