@tamagui/types 1.74.21 → 1.75.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 +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/types",
3
- "version": "1.74.21",
3
+ "version": "1.75.0",
4
4
  "types": "./types.d.ts",
5
5
  "files": [
6
6
  "types.d.ts"
package/types.d.ts CHANGED
@@ -96,6 +96,11 @@ export interface TamaguiOptions {
96
96
  excludeProps?: Set<string>
97
97
  inlineProps?: Set<string>
98
98
  forceExtractStyleDefinitions?: boolean
99
+
100
+ /**
101
+ * (Experimental) Will flatten theme value usages on native as well
102
+ */
103
+ experimentalFlattenThemesOnNative?: boolean
99
104
  }
100
105
 
101
106
  // for cli