We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I might be wrong, but in svg.select.js.d.ts how is the import supposed to get PointSelectHandler ?
svg.select.js.d.ts
import { SelectHandler, PointSelectHandler } from './src/SelectHandler.js'
Shouldn't the import be aiming at './src/src/svg.select.js', which exports both PointSelectHandler and SelectHandler ?
Thanks a lot :)
The text was updated successfully, but these errors were encountered:
Hey! I will check it out when I am back from vacation :). When I tested it, it worked but could be very well that I made a mistake
Sorry, something went wrong.
No branches or pull requests
Hi,
I might be wrong, but in
svg.select.js.d.ts
how is the import supposed to get PointSelectHandler ?import { SelectHandler, PointSelectHandler } from './src/SelectHandler.js'
Shouldn't the import be aiming at './src/src/svg.select.js', which exports both PointSelectHandler and SelectHandler ?
Thanks a lot :)
The text was updated successfully, but these errors were encountered: