@tamagui/types 1.79.18 → 1.80.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/types",
3
- "version": "1.79.18",
3
+ "version": "1.80.0",
4
4
  "types": "./types.d.ts",
5
5
  "files": [
6
6
  "types.d.ts"
package/types.d.ts CHANGED
@@ -101,6 +101,10 @@ export interface TamaguiOptions {
101
101
  * (Experimental) Will flatten theme value usages on native as well
102
102
  */
103
103
  experimentalFlattenThemesOnNative?: boolean
104
+ /**
105
+ * combine all css files into one file
106
+ */
107
+ emitSingleCSSFile?: boolean
104
108
  }
105
109
 
106
110
  // for cli