import { Pagination, type Props } from './pagination'; export function FloatingPagination(props: Props) { return (
); }