teableio/teable

View on GitHub
apps/nextjs-app/src/features/app/blocks/view/grid/const.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { RowHeightLevel } from '@teable/core';

export const GIRD_ROW_HEIGHT_DEFINITIONS = {
  [RowHeightLevel.AutoFit]: 32,
  [RowHeightLevel.Short]: 32,
  [RowHeightLevel.Medium]: 56,
  [RowHeightLevel.Tall]: 84,
  [RowHeightLevel.ExtraTall]: 108,
};