divi-types-refx
v1.0.10
Published
This package contains type definitions for [`refx`](https://www.npmjs.com/package/refx).
Downloads
4
Readme
Summary
This package contains type definitions for refx
.
Details
At the time of this package creation:
- refx does not provide internal typings.
- Community submitted type definition for
refx
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 refx includes internal definition types or
@types/refx
gets added to DefinitelyTyped, replace this package.