MCPcopy Create free account
hub / github.com/hashintel/hash / getCellHorizontalPadding

Function getCellHorizontalPadding

apps/hash-frontend/src/components/grid/utils.ts:21–22  ·  view source on GitHub ↗
(atFirstColumn?: boolean)

Source from the content-addressed store, hash-verified

19 * @returns cell horizontal padding
20 */
21export const getCellHorizontalPadding = (atFirstColumn?: boolean) =>
22 atFirstColumn ? 42 : 22;
23
24export type BlankCell = CustomCell<{ kind: "blank-cell" }>;
25

Callers 11

GridFunction · 0.90
useDrawHeaderFunction · 0.90
createRenderUrlCellFunction · 0.90
createRenderTextIconCellFunction · 0.90
createRenderChipCellFunction · 0.90
link-cell.tsFile · 0.90
value-cell.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected