I want to use only TablePagination component from MUI, is there a way that I could extract TablePagination files and keep them at a separate place, so that I don't have to install MUI in my react project?
I tried taking the files from node modules and using them, but I received errors.