@tamagui/types 1.132.14 → 1.132.16-1754534218765
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.ts +1 -4
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -133,10 +133,7 @@ export interface TamaguiBuildOptions {
|
|
|
133
133
|
* (Experimental) Will flatten theme and other dynamic values on native
|
|
134
134
|
*/
|
|
135
135
|
experimentalFlattenThemesOnNative?: boolean
|
|
136
|
-
|
|
137
|
-
* (Experimental) flatten dynamic values on native ( like <YStack width={props.width} /> )
|
|
138
|
-
*/
|
|
139
|
-
experimentalFlattenDynamicValues?: boolean
|
|
136
|
+
|
|
140
137
|
/**
|
|
141
138
|
* combine all css files into one file
|
|
142
139
|
*/
|