UNPKG

@yamada-ui/react

Version:

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

8 lines (6 loc) 251 B
import { defineComponentStyle } from "../../core/system/config.js"; //#region src/components/em/em.style.ts const emStyle = defineComponentStyle({ base: { fontSize: "italic" } }); //#endregion export { emStyle }; //# sourceMappingURL=em.style.js.map