diff --git a/src/types/table.ts b/src/types/table.ts index 3da696f44e..70b1025fcc 100644 --- a/src/types/table.ts +++ b/src/types/table.ts @@ -137,7 +137,7 @@ interface TablePropsShared { /** * A function that conditionally specifies row attributes on each row */ - rowAttrs?: (row: Record) => Record + rowAttrs?: (row: Record) => Record /** * A function that conditionally turns a row into a link */