UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

21 lines (19 loc) 500 B
import { defineTheme } from "../core/system/config.js"; import { semanticTokens } from "./semantic-tokens/index.js"; import { styles } from "./styles/index.js"; import { tokens } from "./tokens/index.js"; import { config } from "./config.js"; //#region src/theme/index.ts /** * The default theme of Yamada UI. * * @see https://yamada-ui.com/docs/theming */ const theme = defineTheme({ styles, ...tokens, semanticTokens }); //#endregion export { config, theme }; //# sourceMappingURL=index.js.map