flowbite-qwik
Version:
Official Qwik components built for Flowbite and Tailwind CSS
7 lines (6 loc) • 331 B
TypeScript
import { PropsOf } from '@builder.io/qwik';
export type PaginationButtonProps = PropsOf<'button'> & {
active?: boolean;
};
export declare const PaginationButton: import("@builder.io/qwik").Component<PaginationButtonProps>;
export declare const PaginationNavigation: import("@builder.io/qwik").Component<PaginationButtonProps>;