@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.
28 lines (27 loc) • 721 B
TypeScript
import type { DialogProps, Theme } from '@mui/material';
import type { PropsWithChildren } from 'react';
export declare const modalProps: {
sx: {
position: string;
overflow: string;
};
};
export declare const slotProps: {
paper: {
sx: (theme: Theme) => {
position: string;
backgroundImage: string;
backgroundColor: string;
borderTopLeftRadius: number;
borderTopRightRadius: number;
};
};
backdrop: {
sx: {
position: string;
backgroundColor: string;
backdropFilter: string;
};
};
};
export declare const Dialog: React.FC<PropsWithChildren<DialogProps>>;