divi-types-css-spring
v1.0.10
Published
This package contains type definitions for [`css-spring`](https://www.npmjs.com/package/css-spring).
Downloads
5
Readme
Summary
This package contains type definitions for css-spring
.
Details
At the time of this package creation:
- css-spring does not provide internal typings.
- Community submitted type definition for
css-spring
at DefinitelyTyped does not exist. - Ambient module declaration actually can be done for entire app at
@divi/types
but doing so will only fix the type declaration needs on D5 build. This will cause tsc error when the package is used by third party because it couldn't find module's type definition. - Therefore, ambient module delaration is created as
@types/*
package
To-Do
- [ ] Complete the type declaration.
- [ ] Submit the type definition to D.efinitelyTyped.
- [ ] If css-spring includes internal definition types or
@types/css-spring
gets added to DefinitelyTyped, replace this package.