UNPKG

@yamada-ui/react

Version:

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

11 lines (9 loc) 322 B
import { defineComponentStyle } from "../../core/system/config.js"; //#region src/components/loading/loading.style.ts const loadingStyle = defineComponentStyle({ base: { color: ["colorScheme.500", "colorScheme.600"], fontSize: "1em" } }); //#endregion export { loadingStyle }; //# sourceMappingURL=loading.style.js.map