import { StringHack } from "./index"; export type GridLine = "auto" | StringHack | number;