jb-select 4.8.7 → 4.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/global.d.ts DELETED
@@ -1,11 +0,0 @@
1
- type FileStringModule = {
2
- readonly default: string;
3
- }
4
- declare module '*.scss' {
5
- const value: FileStringModule;
6
- export default value;
7
- }
8
- declare module '*.html' {
9
- const value: FileStringModule;
10
- export default value.default
11
- }
File without changes
File without changes