Skip to content

Commit

Permalink
fix(ktableview, ktabledata): cell-attrs prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Oct 29, 2024
1 parent 013f155 commit ff834a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ interface TablePropsShared {
/**
* A function that conditionally specifies cell attributes
*/
cellAttrs?: (param: CellAttrsParam) => Record<string, string>
cellAttrs?: (param: CellAttrsParam) => Record<string, any>
/**
* A prop that enables a loading skeleton
*/
Expand Down

0 comments on commit ff834a4

Please sign in to comment.