@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.
12 lines (11 loc) • 355 B
TypeScript
import type { LifiStep, Step } from '@lifi/sdk';
import type { BoxProps } from '@mui/material';
import type { WidgetSubvariant } from '../../types';
export interface StepActionsProps extends BoxProps {
step: LifiStep;
dense?: boolean;
}
export interface StepDetailsLabelProps {
step: Step;
subvariant?: Extract<WidgetSubvariant, 'nft'>;
}