Skip to content

Commit

Permalink
[PR feedback] Remove export on internal consts
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Sep 11, 2024
1 parent 64f1748 commit fb0178c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eui/src/components/datagrid/utils/row_heights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import {
import { euiDataGridVariables } from '../data_grid.styles';
import { DataGridSortedContext } from './sorting';

export const AUTO_HEIGHT = 'auto';
export const DEFAULT_ROW_HEIGHT = 34;
const AUTO_HEIGHT = 'auto';
const DEFAULT_ROW_HEIGHT = 34;

export type RowHeightUtilsType = RowHeightUtils | RowHeightVirtualizationUtils;

Expand Down

0 comments on commit fb0178c

Please sign in to comment.