diff --git a/components/MyPages/Blocks/Points/EarnAndBurn/JourneyTable/Pagination/index.tsx b/components/MyPages/Blocks/Points/EarnAndBurn/JourneyTable/Pagination/index.tsx index b2ce233bb..bdbadc7e8 100644 --- a/components/MyPages/Blocks/Points/EarnAndBurn/JourneyTable/Pagination/index.tsx +++ b/components/MyPages/Blocks/Points/EarnAndBurn/JourneyTable/Pagination/index.tsx @@ -2,16 +2,17 @@ import { ChevronRightIcon } from "@/components/Icons" import styles from "./pagination.module.css" +import { + PaginationButtonProps, + PaginationProps, +} from "@/types/components/myPages/myPage/earnAndBurn" + function PaginationButton({ children, isActive, handleClick, disabled, -}: React.PropsWithChildren<{ - disabled: boolean - isActive?: boolean - handleClick: () => void -}>) { +}: React.PropsWithChildren) { return (