UNPKG

@yamada-ui/react

Version:

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

34 lines (32 loc) 761 B
const require_config = require('../../core/system/config.cjs'); //#region src/components/infinite-scroll-area/infinite-scroll-area.style.ts const infiniteScrollAreaStyle = require_config.defineComponentSlotStyle({ base: { root: { display: "flex", flexDirection: "row", w: "full" }, trigger: { alignItems: "center", display: "flex", flex: 1, justifyContent: "center", w: "full" } }, props: { orientation: { horizontal: { root: { flexDirection: "row", gap: "md" } }, vertical: { root: { flexDirection: "column", gap: "lg" } } } }, defaultProps: { orientation: "vertical" } }); //#endregion exports.infiniteScrollAreaStyle = infiniteScrollAreaStyle; //# sourceMappingURL=infinite-scroll-area.style.cjs.map