I am using core-scroll in a React project with Typescript. The package does not have an associated Typescript declarations file, but type declarations do exist in the project.
Not sure on how the build and publishing process is, but consider adding a types entry to the package.json of the projects, as documented here.
I am using core-scroll in a React project with Typescript. The package does not have an associated Typescript declarations file, but type declarations do exist in the project.
Not sure on how the build and publishing process is, but consider adding a
types
entry to thepackage.json
of the projects, as documented here.