mirror of
https://github.com/Sevichecc/m-oauth.git
synced 2025-04-30 06:59:29 +08:00
14 lines
No EOL
288 B
TypeScript
14 lines
No EOL
288 B
TypeScript
import { shorthands } from '@tamagui/shorthands'
|
|
import { themes, tokens } from '@tamagui/themes'
|
|
import { createTamagui } from 'tamagui'
|
|
|
|
const appConfig = createTamagui({
|
|
themes,
|
|
tokens,
|
|
shorthands,
|
|
fonts:{}
|
|
})
|
|
|
|
export type AppConfig = typeof appConfig
|
|
|
|
export default appConfig |