@voilajsx/uikit
Version:
Cross-platform React components with beautiful themes and OKLCH color science
44 lines • 1.57 kB
TypeScript
export function Pagination({ className, ...props }: {
[x: string]: any;
className: any;
}): import("react/jsx-runtime").JSX.Element;
export namespace Pagination {
let displayName: string;
}
export const PaginationContent: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export function PaginationEllipsis({ className, ...props }: {
[x: string]: any;
className: any;
}): import("react/jsx-runtime").JSX.Element;
export namespace PaginationEllipsis {
let displayName_1: string;
export { displayName_1 as displayName };
}
export const PaginationItem: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export function PaginationLink({ className, isActive, size, ...props }: {
[x: string]: any;
className: any;
isActive: any;
size?: string | undefined;
}): import("react/jsx-runtime").JSX.Element;
export namespace PaginationLink {
let displayName_2: string;
export { displayName_2 as displayName };
}
export function PaginationNext({ className, ...props }: {
[x: string]: any;
className: any;
}): import("react/jsx-runtime").JSX.Element;
export namespace PaginationNext {
let displayName_3: string;
export { displayName_3 as displayName };
}
export function PaginationPrevious({ className, ...props }: {
[x: string]: any;
className: any;
}): import("react/jsx-runtime").JSX.Element;
export namespace PaginationPrevious {
let displayName_4: string;
export { displayName_4 as displayName };
}
//# sourceMappingURL=pagination.d.ts.map