Files
twenty/packages/twenty-front/src/modules/page-layout/constants/DefaultWidgetSize.ts
T
2025-10-15 19:35:56 +05:30

5 lines
94 B
TypeScript

export const DEFAULT_WIDGET_SIZE = {
default: { w: 4, h: 4 },
minimum: { w: 2, h: 2 },
};