m-oauth/tamagui.config.ts
SevicheCC 5f0c8491b7
init
2023-06-01 01:26:42 +08:00

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