import clsx from 'clsx' import type React from 'react' import { Button } from './button' export function Pagination({ 'aria-label': ariaLabel = 'Page navigation', className, ...props }: React.ComponentPropsWithoutRef<'nav'>) { return