UNPKG

@hubee/hubee-ui-table

Version:

Hubee UI Table é uma biblioteca que faz abstração da implementação de data tables para o React

4 lines (3 loc) 171 B
/// <reference types="react" /> import { TablePaginationProps } from '@/core/interfaces'; export default function Pagination(props: TablePaginationProps): JSX.Element;