react-datasheet icon indicating copy to clipboard operation
react-datasheet copied to clipboard

Are types for default renderers, cell etc. missing?

Open mungojam opened this issue 4 years ago • 0 comments

We sometimes extend react datasheet by extending the underlying default behaviour.

But when doing this from typescript, it doesn't seem to be able to find the components to import them. I don't really understand what's going on with it, but I note that they aren't listed in the types folder, only the interfaces are.

Here is an example:

image

Note that the import works fine if the file is a .jsx so I think it's something to do with types.

mungojam avatar Sep 16 '21 15:09 mungojam