Skip to content

Commit a37f6ea

Browse files
committed
feat: add "tamagui/theme` package
1 parent b803b3c commit a37f6ea

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"@tamagui/scroll-view": "^1.132.23",
3838
"@tamagui/stacks": "^1.132.23",
3939
"@tamagui/text": "^1.132.23",
40+
"@tamagui/theme": "^1.132.23",
4041
"babel-plugin-transform-inline-environment-variables": "^0.4.4"
4142
},
4243
"scripts": {

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export * from '@tamagui/text'
77
export * from '@tamagui/scroll-view'
88
export * from '@tamagui/radio-group'
99
export * from '@tamagui/label'
10+
export * from '@tamagui/theme'
1011

1112
export * as LucideIcons from '@tamagui/lucide-icons'
1213

0 commit comments

Comments
 (0)