@tamagui/types 2.0.0-1768859816578 → 2.0.0-1768883422398
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 +2 -7
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -127,15 +127,10 @@ export interface TamaguiBuildOptions {
|
|
|
127
127
|
deoptProps?: Set<string>
|
|
128
128
|
excludeProps?: Set<string>
|
|
129
129
|
inlineProps?: Set<string>
|
|
130
|
-
forceExtractStyleDefinitions?: boolean
|
|
131
130
|
|
|
132
131
|
/**
|
|
133
|
-
*
|
|
134
|
-
|
|
135
|
-
emitSingleCSSFile?: boolean
|
|
136
|
-
|
|
137
|
-
/**
|
|
138
|
-
* @deprecated Deprecated, just leave it off
|
|
132
|
+
* Use react-native-web-lite for better tree shaking on web.
|
|
133
|
+
* Set to 'without-animated' to exclude animated components.
|
|
139
134
|
*/
|
|
140
135
|
useReactNativeWebLite?: boolean | 'without-animated'
|
|
141
136
|
disableWatchTamaguiConfig?: boolean
|