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 244 B
import { Box, styled } from '@mui/material'; export const TokenContainer = styled(Box)(() => ({ display: 'flex', alignItems: 'center', justifyContent: 'space-between', height: 40, })); //# sourceMappingURL=RouteCard.style.js.map