import { StringHack } from "./index"; export type TrackBreadth = TLength | "auto" | "max-content" | "min-content" | StringHack;