import type * as React from 'react'; import { ChevronLeftIcon, ChevronRightIcon, MoreHorizontalIcon, } from 'lucide-react'; import { Button, cn } from '@gib/ui'; function Pagination({ className, ...props }: React.ComponentProps<'nav'>) { return (