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