@abdalla-1/swisco
Version:
Swiscare Components Kit
21 lines (20 loc) • 554 B
JavaScript
import { createTamagui } from "@tamagui/core";
import { animations, fonts, media, tokens } from "./tokens";
import { shorthands } from "./shorthands.native.js";
import { themes } from "./themes.native.js";
export * from "./tokens";
export * from "./themes.native.js";
export * from "./shorthands.native.js";
var config = createTamagui({
animations,
defaultTheme: "light",
shouldAddPrefersColorThemes: !0,
themeClassNameOnRoot: !0,
shorthands,
fonts,
themes,
tokens,
media
});
export { config };
//# sourceMappingURL=index.native.js.map