@cieloazul310/digital-go-pandacss-plugin 0.2.2 → 0.3.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.
@@ -0,0 +1,6 @@
1
+ import * as _pandacss_types0 from "@pandacss/types";
2
+
3
+ //#region src/index.d.ts
4
+ declare const preset: _pandacss_types0.Preset;
5
+ export = preset;
6
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;cAUM,MAAA,EAaJ,gBAAA,CAbU,MAAA;AAAA"}
package/dist/index.d.mts CHANGED
@@ -1,5 +1,7 @@
1
- import * as _pandacss_types from '@pandacss/types';
2
-
3
- declare const preset: _pandacss_types.Preset;
1
+ import * as _pandacss_types0 from "@pandacss/types";
4
2
 
3
+ //#region src/index.d.ts
4
+ declare const preset: _pandacss_types0.Preset;
5
+ //#endregion
5
6
  export { preset as default };
7
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;cAUM,MAAA,EAaJ,gBAAA,CAbU,MAAA"}