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