UNPKG

@yamada-ui/react

Version:

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

14 lines (12 loc) 281 B
import { defineSemanticTokens } from "../../core/system/config.js"; //#region src/theme/semantic-tokens/radii.ts const radii = defineSemanticTokens.radii({ l1: "sm", l2: "md", l3: "lg", l4: "xl", l5: "2xl" }); //#endregion export { radii }; //# sourceMappingURL=radii.js.map