UNPKG

tm-reuseable-components

Version:

This is a reuseable components lib made for TextMercato

5 lines (4 loc) 160 B
import { FC } from "react"; import { PaginationProps } from './pagination.types'; declare const TMPagination: FC<PaginationProps>; export default TMPagination;