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) 232 B
/// <reference types="react" /> import { TablePaginationActionsProps } from '@mui/material/TablePagination/TablePaginationActions'; export default function TablePaginationActions(props: TablePaginationActionsProps): JSX.Element;