import { StringHack, Globals } from "./index"; /** * The **`gap`** CSS property sets the gaps (gutters) between rows and columns. It is a shorthand for `row-gap` and `column-gap`. * * @deprecated */ export type GridGapProperty = Globals | TLength | StringHack;