import { StringHack, Globals } from "./index"; /** * The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's grid rows. * * **Initial value**: `0` * * @deprecated */ export type GridRowGapProperty = Globals | TLength | StringHack;