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.

8 lines 288 B
import { Container as MuiContainer, styled } from '@mui/material'; export const Container = styled(MuiContainer)(({ theme }) => ({ display: 'flex', alignItems: 'center', justifyContent: 'center', height: theme.spacing(2), })); //# sourceMappingURL=StepDivider.style.js.map