diff --git a/src/types/table.ts b/src/types/table.ts index 9d94da74b0..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 */ @@ -153,7 +153,7 @@ interface TablePropsShared { /** * A function that conditionally specifies cell attributes */ - cellAttrs?: (param: CellAttrsParam) => Record + cellAttrs?: (param: CellAttrsParam) => Record /** * A prop that enables a loading skeleton */