UNPKG

medusa-plugin-sentry-ui

Version:
8 lines (7 loc) 208 B
/// <reference types="react" /> export declare const TablePagination: ({ nextPage, prevPage, hasNext, hasPrev }: { nextPage: any; prevPage: any; hasNext: any; hasPrev: any; }) => JSX.Element;