mantine-datatable
mantine-datatable copied to clipboard
PaginationRenderContext as exported type
Hello,
i want to create a custom pagination component for a datatable.
I call the component within the renderPagination prop of the datatable, and want to type everything correctly, but i cannot use the PaginationRenderContext type, since it is not exported withtin the node module
Is there a reason why this is not exported?
Cheers, Manuel