@abdalla-1/swisco
Version:
Swiscare Components Kit
23 lines (22 loc) • 511 B
JavaScript
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