@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.
12 lines (11 loc) • 733 B
TypeScript
import type { StepExtended } from '@openocean.finance/widget-sdk';
import type { IncludedStepsProps, StepActionsProps, StepDetailsLabelProps } from './types.js';
export declare const StepActions: React.FC<StepActionsProps>;
export declare const IncludedSteps: React.FC<IncludedStepsProps>;
export declare const StepDetailsContent: React.FC<{
step: StepExtended;
}>;
export declare const CustomStepDetailsLabel: React.FC<StepDetailsLabelProps>;
export declare const BridgeStepDetailsLabel: React.FC<Omit<StepDetailsLabelProps, 'variant'>>;
export declare const SwapStepDetailsLabel: React.FC<Omit<StepDetailsLabelProps, 'variant'>>;
export declare const ProtocolStepDetailsLabel: React.FC<Omit<StepDetailsLabelProps, 'variant'>>;