UNPKG

@lifi/widget

Version:

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

6 lines 230 B
import { Stack as MuiStack, styled } from '@mui/material'; export const Stack = styled(MuiStack)(({ theme }) => ({ position: 'relative', padding: theme.spacing(0, 3, 3, 3), })); //# sourceMappingURL=RoutesPage.style.js.map