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.

20 lines (19 loc) 530 B
import type { DialogProps, PaperProps } from '@mui/material'; import type { PropsWithChildren } from 'react'; export declare const modalProps: { sx: { position: string; overflow: string; }; }; export declare const paperProps: Partial<PaperProps>; export declare const slotProps: { backdrop: { sx: { position: string; backgroundColor: string; backdropFilter: string; }; }; }; export declare const Dialog: React.FC<PropsWithChildren<DialogProps>>;