UNPKG

@useloops/design-system

Version:

The official React based Loops design system

2 lines (1 loc) 204 B
import{styled as o,Stack as e}from"@mui/material";const i=o(e)(({theme:o})=>({flexDirection:"row",gap:o.spacing(2),[o.breakpoints.down("md")]:{flexDirection:"column"}}));export{i as ModalActionsWrapper};