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) 280 B
import { defineComponentStyle } from "../../core/system/config.js"; //#region src/components/slide-fade/slide-fade.style.ts const slideFadeStyle = defineComponentStyle({ base: { w: "full" } }); //#endregion export { slideFadeStyle }; //# sourceMappingURL=slide-fade.style.js.map