7 lines
83 B
TypeScript
7 lines
83 B
TypeScript
export const cellPadding = {
|
|
x: 4,
|
|
y: 2,
|
|
};
|
|
|
|
export const headerMinHeight = 8;
|