@tamagui/types 1.28.3 → 1.29.1
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.d.ts +6 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -7,6 +7,12 @@ export interface TamaguiOptions {
|
|
|
7
7
|
* your tamagui.config.ts
|
|
8
8
|
*/
|
|
9
9
|
config?: string
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Emit design system related CSS during build step for usage with frameworks
|
|
13
|
+
*/
|
|
14
|
+
outputCSS?: string | null | false
|
|
15
|
+
|
|
10
16
|
/**
|
|
11
17
|
* Tamagui can follow imports and evaluate them when parsing styles, leading to
|
|
12
18
|
* higher percent of flattened / optimized views. We normalize this to be the
|