/**
* @fileoverview Pagination primitive — page navigation controls with previous/next links and ellipsis.
* Pure HTML nav with Tailwind styling, using Button variants for link appearance. Part of the Saasflare base component layer.
* @module packages/ui/components/ui/pagination
* @layer core
*
* @component
* @example
* import { Pagination, PaginationContent, PaginationItem, PaginationLink, PaginationPrevious, PaginationNext } from '@saasflare/ui';
*
*
*
* 1
* 2
*
*
*
*/
import * as React from "react";
import { type SaasflareComponentProps } from "../../providers";
interface PaginationProps extends Omit, keyof SaasflareComponentProps>, SaasflareComponentProps {
}
/**
* Pagination root — semantic `