@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.
9 lines (8 loc) • 336 B
TypeScript
import { type PropsWithChildren } from 'react';
interface ExpansionTransitionProps {
in: boolean;
width: string;
onExited?: () => void;
}
export declare function ExpansionTransition({ in: inProp, children, width, onExited, }: PropsWithChildren<ExpansionTransitionProps>): import("react/jsx-runtime").JSX.Element;
export {};