type BreakpointCustomizable<T> = {
base: T;
xs?: T;
s?: T;
m?: T;
l?: T;
xl?: T;
xxl?: T;
};direction 🛠directiontype GridDirection ='row''row-reverse''column''column-reverse'BreakpointCustomizable<GridDirection>'row'gutter 🚫🛠guttertype GridGutter =162436BreakpointCustomizable<GridGutter>{ "base": 16, "s": 24, "m": 36 }wrap 🛠wraptype GridWrap ='nowrap''wrap'BreakpointCustomizable<GridWrap>'wrap'<slot> 