UNPKG

@useloops/design-system

Version:

The official React based Loops design system

2 lines (1 loc) 208 B
"use strict";var e=require("@mui/material");const r=e.styled(e.Stack)(({theme:e})=>({flexDirection:"row",gap:e.spacing(2),[e.breakpoints.down("md")]:{flexDirection:"column"}}));exports.ModalActionsWrapper=r;