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