UNPKG

@abdalla-1/swisco

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