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.

25 lines (24 loc) 639 B
import type { DialogProps, Theme } from '@mui/material'; import type { PropsWithChildren } from 'react'; export declare const modalProps: { sx: { position: string; overflow: string; }; }; export declare const paperProps: { sx: (theme: Theme) => { position: string; backgroundImage: string; borderTopLeftRadius: number; borderTopRightRadius: number; }; }; export declare const backdropProps: { sx: { position: string; backgroundColor: string; backdropFilter: string; }; }; export declare const Dialog: React.FC<PropsWithChildren<DialogProps>>;