Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't import some class in TypeScript #13

Open
ppodds opened this issue Mar 11, 2022 · 1 comment
Open

Can't import some class in TypeScript #13

ppodds opened this issue Mar 11, 2022 · 1 comment

Comments

@ppodds
Copy link

ppodds commented Mar 11, 2022

Lack of typing declares cause this problem.
It can be fixed by adding missing typing declares in index.d.ts.

tsc version: 4.5.4
package version: 4.0.5

@psibean
Copy link
Owner

psibean commented Mar 12, 2022

Yep. This is a duplicate of issue #9, typings support is needed.

I've given it a shot, but I seem to encounter some unnecessary design complexity around the pageIdentifiers object typing and the collectorOptions typing as the filter changes depending on the paginator. And also on the users specific identifiers object.

I've been short on time to re-visit this, but also happy for others to give it a shot and PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants