- [x] I have looked through the [documentation](https://fiduswriter.github.io/simple-datatables/documentation/) to try to see if this behavior is documented. - [x] I have looked at the [demos](https://fiduswriter.github.io/simple-datatables/demos/) to see if one of them handles this, but none of them did. - [ ] I have created a [jsfiddle](https://jsfiddle.net/) here: [INSERT LINK] that demonstrates the issue. **Describe the bug** According to the [doc](https://fiduswriter.github.io/simple-datatables/documentation/Dynamically-adding-data), you can import as the following: ``` import { DataTable, convertJSON } from "simple-datatables" ``` But it has a type error: Module '"simple-datatables"' has no exported member 'convertJSON'.