website refactor
This commit is contained in:
@@ -6,7 +6,7 @@ interface GridProps extends Omit<BoxProps<'div'>, 'children' | 'display'> {
|
||||
cols?: 1 | 2 | 3 | 4 | 5 | 6 | 12;
|
||||
mdCols?: 1 | 2 | 3 | 4 | 5 | 6 | 12;
|
||||
lgCols?: 1 | 2 | 3 | 4 | 5 | 6 | 12;
|
||||
gap?: any;
|
||||
gap?: 0 | 1 | 2 | 3 | 4 | 6 | 8 | 12 | 16;
|
||||
}
|
||||
|
||||
export function Grid({
|
||||
|
||||
Reference in New Issue
Block a user