Skip to content

Commit

Permalink
feat: remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Jul 19, 2024
1 parent 59ae41d commit fea224b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { type Table } from "@tanstack/react-table"

export interface DataTablePaginationProps<D> {
instance: Table<D>
pageSizeOptions?: number[]
totalRowCount?: number
}

Expand Down

0 comments on commit fea224b

Please sign in to comment.