type ModPaginationProps = { content: string | null; currentpage: number | null; className: string | undefined; }; export type { ModPaginationProps };