Skip to content

Commit

Permalink
Minor lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnC-80 authored Dec 19, 2024
1 parent 628f957 commit 2cf1316
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 @@ -154,7 +154,7 @@ export type MultiColumnListPagingTypes =
pagingCanGoNext?: boolean;
pagingCanGoPrevious?: boolean;
hidePageIndices?: boolean;
/** optional prop for manually controlling the page numbers indicated on the prev/next controls **/
/** optional prop for manually controlling the page numbers indicated on the prev/next controls */
pagingOffset? : number;
}
| {
Expand Down

0 comments on commit 2cf1316

Please sign in to comment.