UNPKG

@openocean.finance/widget

Version:

Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

7 lines (6 loc) 254 B
import { type BoxProps } from '@mui/material'; interface PriceImpactHighMessageProps extends BoxProps { onAcknowledge?: (acknowledged: boolean) => void; } export declare const PriceImpactHighMessage: React.FC<PriceImpactHighMessageProps>; export {};