jsPDF-AutoTable
jsPDF-AutoTable copied to clipboard
Why aren't Cell, Column, Row, Table, etc classes exported?
I'm trying to make methods which calculate some attribute of a row, but I can't define the parameter's type as Row, because it isn't exported. So I have to use any, which isn't a good thing.
Is there a reason behind it?
There is now reason for it. Feel free to submit a PR exporting them 👌
Thanks for the answer! I'm a bit out of time currently, but I will do it when I got some time.