UNPKG

@hubee/hubee-ui-table

Version:

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

7 lines (6 loc) 202 B
export default class NavigateBetweenRowModel { previousRowId: string; currentRowId: string; rowData: any; constructor(previousRowId: string, currentRowId: string, rowData: any); }