@tamagui/types 1.33.3 → 1.33.5
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
|
@@ -3,11 +3,17 @@ export interface TamaguiOptions {
|
|
|
3
3
|
* module paths you want to compile with tamagui (for example ['tamagui'])
|
|
4
4
|
* */
|
|
5
5
|
components: string[]
|
|
6
|
+
|
|
6
7
|
/**
|
|
7
8
|
* your tamagui.config.ts
|
|
8
9
|
*/
|
|
9
10
|
config?: string
|
|
10
11
|
|
|
12
|
+
/**
|
|
13
|
+
* your themes generation file
|
|
14
|
+
*/
|
|
15
|
+
themes?: string
|
|
16
|
+
|
|
11
17
|
/**
|
|
12
18
|
* Emit design system related CSS during build step for usage with frameworks
|
|
13
19
|
*/
|