Skip to content

Commit

Permalink
Merge branch 'master' into stcom-1192
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored Mar 5, 2024
2 parents 8f4d891 + 44f5a6b commit c3054d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/MultiColumnList/MultiColumnList.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface MultiColumnListBaseProps<DataShape, OmittedColumns extends stri
/** If a column should show overflow */
columnOverflow?: Record<keyof Omit<DataShape, OmittedColumns>, boolean>;
/** Set widths for columns, either as direct widths or min/max pixels */
columnWidths?: Record<keyof Omit<DataShape, OmittedColumns>, ColumnWidth>;
columnWidths?: Partial<Record<keyof Omit<DataShape, OmittedColumns>, ColumnWidth>>;
/** A ref to the MCL's container */
containerRef?: RefObject<HTMLDivElement>;
/** The list's data */
Expand Down

0 comments on commit c3054d3

Please sign in to comment.