core-components
core-components copied to clipboard
Add types declaration file to npm package
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.