UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

4 lines 276 B
import type { ForwardRefComponent } from '@project44-manifest/react-types'; import type { PaginationItemProps } from './PaginationItem.types'; export declare const PaginationItem: ForwardRefComponent<"button", PaginationItemProps>; //# sourceMappingURL=PaginationItem.d.ts.map