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.

7 lines 203 B
import { styled } from '@mui/material'; import { Card } from './Card.js'; export const InputCard = styled(Card, { name: 'MuiInputCard', slot: 'root', })({}); //# sourceMappingURL=InputCard.js.map