UNPKG

@hubee/hubee-ui-table

Version:

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

9 lines (8 loc) 249 B
/// <reference types="react" /> interface TableBodyOperationsProps { isLoading: boolean; count: number; rowsPerPage: number; } export default function TableBodyOperations(props: TableBodyOperationsProps): JSX.Element; export {};