UNPKG

@abdalla-1/swisco

Version:
23 lines (22 loc) 511 B
import { createTamagui } from "@tamagui/core"; import { animations, fonts, media, tokens } from "./tokens"; import { shorthands } from "./shorthands"; import { themes } from "./themes"; export * from "./tokens"; export * from "./themes"; export * from "./shorthands"; const config = createTamagui({ animations, defaultTheme: "light", shouldAddPrefersColorThemes: !0, themeClassNameOnRoot: !0, shorthands, fonts, themes, tokens, media }); export { config }; //# sourceMappingURL=index.js.map