sigment 1.1.7 → 1.1.8
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/package.json +1 -1
- package/types/index.d.ts +7 -1
- package/types/types - Shortcut.lnk +0 -0
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -560,7 +560,13 @@ export function updateNodeIfNeeded(
|
|
|
560
560
|
): void;
|
|
561
561
|
|
|
562
562
|
|
|
563
|
-
|
|
563
|
+
|
|
564
|
+
declare module '*.module.css' {
|
|
565
|
+
const classes: { [key: string]: string };
|
|
566
|
+
export default classes;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
declare module '*.css' {
|
|
564
570
|
const content: string;
|
|
565
571
|
export default content;
|
|
566
572
|
}
|
|
Binary file
|