UNPKG

@payfit/unity-components

Version:

12 lines (11 loc) 705 B
import { VariantProps } from '@payfit/unity-themes'; import { LinkProps } from 'react-aria-components/Link'; export declare const paginationLink: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>; export interface PaginationLinkProps extends LinkProps, VariantProps<typeof paginationLink> { value: number; id?: string; isDisabled?: boolean; isCurrent?: boolean; } declare const RawPaginationLink: import('react').ForwardRefExoticComponent<PaginationLinkProps & import('react').RefAttributes<HTMLAnchorElement>>; export { RawPaginationLink };