UNPKG

@yamada-ui/react

Version:

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

18 lines (16 loc) 395 B
import { colorSchemes } from "./color-schemes.js"; import { colors } from "./colors.js"; import { radii } from "./radii.js"; import { sizes } from "./sizes.js"; import { spaces } from "./spaces.js"; //#region src/theme/semantic-tokens/index.ts const semanticTokens = { colors, colorSchemes, radii, sizes, spaces }; //#endregion export { semanticTokens }; //# sourceMappingURL=index.js.map