feat(SW-164): Add pagination for friendship transactions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { awardPointsVariants } from "@/components/MyPages/Blocks/Points/EarnAndBurn/Desktop/Row/awardPointsVariants"
|
||||
import { awardPointsVariants } from "@/components/MyPages/Blocks/Points/EarnAndBurn/TransactionTable/Desktop/Row/awardPointsVariants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
@@ -27,6 +27,11 @@ export interface TableProps {
|
||||
transactions: Transactions
|
||||
}
|
||||
|
||||
export interface TablePropsPagination extends TableProps {
|
||||
showMore: () => void
|
||||
hasMore: boolean
|
||||
}
|
||||
|
||||
export interface RowProps {
|
||||
transaction: Transaction
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user