Skip to content

Commit

Permalink
don't use min/max width
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker authored Nov 12, 2024
1 parent dca0334 commit ca0bb7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/components/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { TableProvider } from './TableContext';
export type Column = {
align: ColumnAlignment;
width?: ColumnWidth;
minWidth?: `${number}` | `${number}%`;
maxWidth?: `${number}` | `${number}%`;
};
export type ColumnAlignment = 'start' | 'center' | 'end';
export type ColumnWidth =
Expand Down

0 comments on commit ca0bb7f

Please sign in to comment.